Html Css Color HEX #229EEB Dodger Blue

📋 copy color: '#229EEB'

red 34 ◦ green 158 ◦ blue 235

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

Shades of Dodger Blue #229EEB

Tints of Dodger Blue #229EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 55.04%

R = 7.96%
G = 37%
B = 55.04%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#229EEB (or 0x229EEB) is known color: Dodger Blue. HEX triplet: 22, 9E and EB. RGB value is (34,158,235). Sum of RGB (Red+Green+Blue) = 34+158+235=427 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.96% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 235 (92.19% from 255 or 55.04% from 427); Max value from RGB is 235 - color contains mainly: blue. Hex color #229EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229EEB is #DD6114. Grayscale: #818181. Windows color (decimal): -14508309 or 15441442. OLE color: 15441442.

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

Color convert

RGB 34 158 235 -
CMYK 0.86 0.33 0 0.08
HSL 202.99º 0.83% 0.53% -
HSV(B) 202.99º 0.86% 0.92% -
XYZ 27.88 30.79 83.07 -
YUV 129.7 187.42 59.74 -
System Red Green Blue C M Y K H S L
Decimal 34 158 235 0.86 0.33 0 0.08 202.99 0.83 0.53
Hex 22 9E EB 56 21 0 8 CB 53 35
Octal 42 236 353 126 41 0 10 313 123 65
Binary 100010 10011110 11101011 1010110 100001 0 1000 11001011 1010011 110101

Color Harmonies of #229EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229EEB

Black with #229EEB

Text Example


Text Example

White with #229EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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