#229CED

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

Shades of Dodger Blue #229CED

Tints of Dodger Blue #229CED

Color information

#229CED (or 0x229CED) is unknown color: approx Dodger Blue. HEX triplet: 22, 9C and ED. RGB value is (34,156,237). Sum of RGB (Red+Green+Blue) = 34+156+237=427 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.96% from 427); Green value is 156 (61.33% from 255 or 36.53% from 427); Blue value is 237 (92.97% from 255 or 55.50% from 427); Max value from RGB is 237 - color contains mainly: blue. Hex color #229CED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229CED is #DD6312. Grayscale: #808080. Windows color (decimal): -14508819 or 15572002. OLE color: 15572002.

HSL color Cylindrical-coordinate representation of color #229CED: hue angle of 203.94º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #229CED is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB34156237-
CMYK0.860.3400.07
HSL203.94º84.94%53.14%-
HSV(B)203.94º85.65%92.94%-
XYZ27.8330.2384.49-
YUV128.76189.0860.41-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 7.96%
GREEN value IS 156 (61.33% from 255) = 36.53%
BLUE value IS 237 (92.97% from 255) = 55.50%
R=7.96%
G=36.53%
B=55.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal341562370.860.3400.07203.9484.9453.14
Hex229CED562207cc5535
Octal42234355126420731412565
Binary100010100111001110110110101101000100111110011001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #229CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #229CED; }

 p { color: rgb(34,156,237); }

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

<style>
 a { background-color: #229CED; }

 a { background-color: rgb(34,156,237); }

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

<style>
 span { border-color: #229CED; }

 span { border-color: rgb(34,156,237); }

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