Html Css Color HEX #229FEB Dodger Blue

📋 copy color: '#229FEB'

red 34 ◦ green 159 ◦ blue 235

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

Shades of Dodger Blue #229FEB

Tints of Dodger Blue #229FEB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.15%

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

R = 7.94%
G = 37.15%
B = 54.91%

CMYK

 C value IS 0.86

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#229FEB (or 0x229FEB) is known color: Dodger Blue. HEX triplet: 22, 9F and EB. RGB value is (34,159,235). Sum of RGB (Red+Green+Blue) = 34+159+235=428 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.94% from 428); Green value is 159 (62.5% from 255 or 37.15% from 428); Blue value is 235 (92.19% from 255 or 54.91% from 428); Max value from RGB is 235 - color contains mainly: blue. Hex color #229FEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229FEB is #DD6014. Grayscale: #818181. Windows color (decimal): -14508053 or 15441698. OLE color: 15441698.

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

Color convert

RGB 34 159 235 -
CMYK 0.86 0.32 0 0.08
HSL 202.69º 0.83% 0.53% -
HSV(B) 202.69º 0.86% 0.92% -
XYZ 28.05 31.13 83.13 -
YUV 130.29 187.09 59.32 -
System Red Green Blue C M Y K H S L
Decimal 34 159 235 0.86 0.32 0 0.08 202.69 0.83 0.53
Hex 22 9F EB 56 20 0 8 CB 53 35
Octal 42 237 353 126 40 0 10 313 123 65
Binary 100010 10011111 11101011 1010110 100000 0 1000 11001011 1010011 110101

Color Harmonies of #229FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229FEB

Black with #229FEB

Text Example


Text Example

White with #229FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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