Html Css Color HEX #229AEC Dodger Blue

📋 copy color: '#229AEC'

red 34 ◦ green 154 ◦ blue 236

#229AEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #229AEC

Tints of Dodger Blue #229AEC

RGB

 RED value IS 34 (13.67% from 255) = 8.02%

 GREEN value IS 154 (60.55% from 255) = 36.32%

 BLUE value IS 236 (92.58% from 255) = 55.66%

R = 8.02%
G = 36.32%
B = 55.66%

CMYK

 C value IS 0.86

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#229AEC (or 0x229AEC) is known color: Dodger Blue. HEX triplet: 22, 9A and EC. RGB value is (34,154,236). Sum of RGB (Red+Green+Blue) = 34+154+236=424 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8.02% from 424); Green value is 154 (60.55% from 255 or 36.32% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #229AEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229AEC is #DD6513. Grayscale: #7F7F7F. Windows color (decimal): -14509332 or 15505954. OLE color: 15505954.

HSL color Cylindrical-coordinate representation of color #229AEC: hue angle of 204.36º degrees, saturation: 0.84, 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 #229AEC is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 34 154 236 -
CMYK 0.86 0.35 0 0.07
HSL 204.36º 0.84% 0.53% -
HSV(B) 204.36º 0.86% 0.93% -
XYZ 27.36 29.51 83.61 -
YUV 127.47 189.24 61.33 -
System Red Green Blue C M Y K H S L
Decimal 34 154 236 0.86 0.35 0 0.07 204.36 0.84 0.53
Hex 22 9A EC 56 23 0 7 CC 54 35
Octal 42 232 354 126 43 0 7 314 124 65
Binary 100010 10011010 11101100 1010110 100011 0 111 11001100 1010100 110101

Color Harmonies of #229AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229AEC

Black with #229AEC

Text Example


Text Example

White with #229AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,154,236); }

 H1.HeaderClassName
 {
   color: #229AEC;
 }
 .AnyTagClassName
 {
   color: #229AEC;
 }
</style>

background-color css

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

 a { background-color: rgb(34,154,236); }

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

border-color css

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

 span { border-color: rgb(34,154,236); }

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