Html Css Color HEX #229EEE Dodger Blue

📋 copy color: '#229EEE'

red 34 ◦ green 158 ◦ blue 238

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

Shades of Dodger Blue #229EEE

Tints of Dodger Blue #229EEE

RGB

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

 GREEN value IS 158 (62.11% from 255) = 36.74%

 BLUE value IS 238 (93.36% from 255) = 55.35%

R = 7.91%
G = 36.74%
B = 55.35%

CMYK

 C value IS 0.86

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#229EEE (or 0x229EEE) is known color: Dodger Blue. HEX triplet: 22, 9E and EE. RGB value is (34,158,238). Sum of RGB (Red+Green+Blue) = 34+158+238=430 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.91% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 238 (93.36% from 255 or 55.35% from 430); Max value from RGB is 238 - color contains mainly: blue. Hex color #229EEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229EEE is #DD6111. Grayscale: #818181. Windows color (decimal): -14508306 or 15638050. OLE color: 15638050.

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

Color convert

RGB 34 158 238 -
CMYK 0.86 0.34 0 0.07
HSL 203.53º 0.86% 0.53% -
HSV(B) 203.53º 0.86% 0.93% -
XYZ 28.32 30.97 85.37 -
YUV 130.04 188.92 59.5 -
System Red Green Blue C M Y K H S L
Decimal 34 158 238 0.86 0.34 0 0.07 203.53 0.86 0.53
Hex 22 9E EE 56 22 0 7 CC 56 35
Octal 42 236 356 126 42 0 7 314 126 65
Binary 100010 10011110 11101110 1010110 100010 0 111 11001100 1010110 110101

Color Harmonies of #229EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229EEE

Black with #229EEE

Text Example


Text Example

White with #229EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,158,238); }

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

background-color css

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

 a { background-color: rgb(34,158,238); }

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

border-color css

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

 span { border-color: rgb(34,158,238); }

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