#2B9EEF

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

Shades of Dodger Blue #2B9EEF

Tints of Dodger Blue #2B9EEF

Color information

#2B9EEF (or 0x2B9EEF) is unknown color: approx Dodger Blue. HEX triplet: 2B, 9E and EF. RGB value is (43,158,239). Sum of RGB (Red+Green+Blue) = 43+158+239=440 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.77% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #2B9EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2B9EEF is #D46110. Grayscale: #848484. Windows color (decimal): -13918481 or 15703595. OLE color: 15703595.

HSL color Cylindrical-coordinate representation of color #2B9EEF: hue angle of 204.8º 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 #2B9EEF is Cyan = 0.82, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB43158239-
CMYK0.820.3400.06
HSL204.8º85.96%55.29%-
HSV(B)204.8º82.01%93.73%-
XYZ28.831.286.17-
YUV132.85187.963.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 9.77%
GREEN value IS 158 (62.11% from 255) = 35.91%
BLUE value IS 239 (93.75% from 255) = 54.32%
R=9.77%
G=35.91%
B=54.32%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal431582390.820.3400.06204.885.9655.29
Hex2B9EEF522206cd5637
Octal53236357122420631512667
Binary101011100111101110111110100101000100110110011011010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B9EEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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