#2B88EF

Color #2B88EF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #2B88EF

Tints of Dodger Blue #2B88EF

Color information

#2B88EF (or 0x2B88EF) is unknown color: approx Dodger Blue. HEX triplet: 2B, 88 and EF. RGB value is (43,136,239). Sum of RGB (Red+Green+Blue) = 43+136+239=418 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.29% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 239 (93.75% from 255 or 57.18% from 418); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B88EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B88EF is #D47710. Grayscale: #777777. Windows color (decimal): -13924113 or 15697963. OLE color: 15697963.

HSL color Cylindrical-coordinate representation of color #2B88EF: hue angle of 211.53º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B88EF is Cyan = 0.82, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB43136239-
CMYK0.820.4300.06
HSL211.53º85.96%55.29%-
HSV(B)211.53º82.01%93.73%-
XYZ25.3824.3585.02-
YUV119.94195.1973.12-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 43 (17.19% from 255) = 10.29%
GREEN value IS 136 (53.52% from 255) = 32.54%
BLUE value IS 239 (93.75% from 255) = 57.18%
R=10.29%
G=32.54%
B=57.18%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal431362390.820.4300.06211.5385.9655.29
Hex2B88EF522B06d45637
Octal53210357122530632412667
Binary101011100010001110111110100101010110110110101001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B88EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2B88EF; }

 p { color: rgb(43,136,239); }

 H1.HeaderClassName
 {
   color: #2B88EF;
 }
 .AnyTagClassName
 {
   color: #2B88EF;
 }
</style>
background-color css

<style>
 a { background-color: #2B88EF; }

 a { background-color: rgb(43,136,239); }

 div.DivClassName
 {
   background-color: #2B88EF;
 }
 .BgClassName
 {
   background-color: #2B88EF;
 }
</style>
border-color css

<style>
 span { border-color: #2B88EF; }

 span { border-color: rgb(43,136,239); }

 td.TdClassName
 {
   border-color: #2B88EF;
 }
 .TagClassName
 {
   border-color: #2B88EF;
 }
</style>