#2998E8

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

Shades of Dodger Blue #2998E8

Tints of Dodger Blue #2998E8

Color information

#2998E8 (or 0x2998E8) is unknown color: approx Dodger Blue. HEX triplet: 29, 98 and E8. RGB value is (41,152,232). Sum of RGB (Red+Green+Blue) = 41+152+232=425 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.65% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 232 (91.02% from 255 or 54.59% from 425); Max value from RGB is 232 - color contains mainly: blue. Hex color #2998E8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2998E8 is #D66717. Grayscale: #7F7F7F. Windows color (decimal): -14051096 or 15243305. OLE color: 15243305.

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

Color convert

RGB41152232-
CMYK0.820.3400.09
HSL205.13º80.59%53.53%-
HSV(B)205.13º82.33%90.98%-
XYZ26.7128.7580.49-
YUV127.93186.7366-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.65%
GREEN value IS 152 (59.77% from 255) = 35.76%
BLUE value IS 232 (91.02% from 255) = 54.59%
R=9.65%
G=35.76%
B=54.59%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal411522320.820.3400.09205.1380.5953.53
Hex2998E8522209cd5136
Octal512303501224201131512166
Binary1010011001100011101000101001010001001001110011011010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2998E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2998E8; }

 p { color: rgb(41,152,232); }

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

<style>
 a { background-color: #2998E8; }

 a { background-color: rgb(41,152,232); }

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

<style>
 span { border-color: #2998E8; }

 span { border-color: rgb(41,152,232); }

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