#2D99E8

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

Shades of Dodger Blue #2D99E8

Tints of Dodger Blue #2D99E8

Color information

#2D99E8 (or 0x2D99E8) is unknown color: approx Dodger Blue. HEX triplet: 2D, 99 and E8. RGB value is (45,153,232). Sum of RGB (Red+Green+Blue) = 45+153+232=430 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.47% from 430); Green value is 153 (60.16% from 255 or 35.58% from 430); Blue value is 232 (91.02% from 255 or 53.95% from 430); Max value from RGB is 232 - color contains mainly: blue. Hex color #2D99E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2D99E8 is #D26617. Grayscale: #818181. Windows color (decimal): -13788696 or 15243565. OLE color: 15243565.

HSL color Cylindrical-coordinate representation of color #2D99E8: hue angle of 205.35º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2D99E8 is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB45153232-
CMYK0.810.3400.09
HSL205.35º80.26%54.31%-
HSV(B)205.35º80.6%90.98%-
XYZ27.0429.1780.55-
YUV129.71185.7267.58-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.47%
GREEN value IS 153 (60.16% from 255) = 35.58%
BLUE value IS 232 (91.02% from 255) = 53.95%
R=10.47%
G=35.58%
B=53.95%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal451532320.810.3400.09205.3580.2654.31
Hex2D99E8512209cd5036
Octal552313501214201131512066
Binary1011011001100111101000101000110001001001110011011010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D99E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,153,232); }

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

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

 a { background-color: rgb(45,153,232); }

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

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

 span { border-color: rgb(45,153,232); }

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