Html Css Color HEX #229AEA Dodger Blue

📋 copy color: '#229AEA'

red 34 ◦ green 154 ◦ blue 234

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

Shades of Dodger Blue #229AEA

Tints of Dodger Blue #229AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 55.45%

R = 8.06%
G = 36.49%
B = 55.45%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#229AEA (or 0x229AEA) is known color: Dodger Blue. HEX triplet: 22, 9A and EA. RGB value is (34,154,234). Sum of RGB (Red+Green+Blue) = 34+154+234=422 (55% of max value = 765). Red value is 34 (13.67% from 255 or 8.06% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #229AEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229AEA is #DD6515. Grayscale: #7E7E7E. Windows color (decimal): -14509334 or 15374882. OLE color: 15374882.

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

Color convert

RGB 34 154 234 -
CMYK 0.85 0.34 0 0.08
HSL 204º 0.83% 0.53% -
HSV(B) 204º 0.85% 0.92% -
XYZ 27.07 29.39 82.09 -
YUV 127.24 188.24 61.5 -
System Red Green Blue C M Y K H S L
Decimal 34 154 234 0.85 0.34 0 0.08 204 0.83 0.53
Hex 22 9A EA 55 22 0 8 CC 53 35
Octal 42 232 352 125 42 0 10 314 123 65
Binary 100010 10011010 11101010 1010101 100010 0 1000 11001100 1010011 110101

Color Harmonies of #229AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229AEA

Black with #229AEA

Text Example


Text Example

White with #229AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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