Html Css Color HEX #229CEA Dodger Blue

📋 copy color: '#229CEA'

red 34 ◦ green 156 ◦ blue 234

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

Shades of Dodger Blue #229CEA

Tints of Dodger Blue #229CEA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.79%

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

R = 8.02%
G = 36.79%
B = 55.19%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#229CEA (or 0x229CEA) is known color: Dodger Blue. HEX triplet: 22, 9C and EA. RGB value is (34,156,234). Sum of RGB (Red+Green+Blue) = 34+156+234=424 (56% of max value = 765). Red value is 34 (13.67% from 255 or 8.02% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #229CEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229CEA is #DD6315. Grayscale: #7F7F7F. Windows color (decimal): -14508822 or 15375394. OLE color: 15375394.

HSL color Cylindrical-coordinate representation of color #229CEA: hue angle of 203.4º 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 #229CEA is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 34 156 234 -
CMYK 0.85 0.33 0 0.08
HSL 203.4º 0.83% 0.53% -
HSV(B) 203.4º 0.85% 0.92% -
XYZ 27.4 30.06 82.2 -
YUV 128.41 187.58 60.66 -
System Red Green Blue C M Y K H S L
Decimal 34 156 234 0.85 0.33 0 0.08 203.4 0.83 0.53
Hex 22 9C EA 55 21 0 8 CB 53 35
Octal 42 234 352 125 41 0 10 313 123 65
Binary 100010 10011100 11101010 1010101 100001 0 1000 11001011 1010011 110101

Color Harmonies of #229CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229CEA

Black with #229CEA

Text Example


Text Example

White with #229CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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