Html Css Color HEX #229FEF Dodger Blue

📋 copy color: '#229FEF'

red 34 ◦ green 159 ◦ blue 239

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

Shades of Dodger Blue #229FEF

Tints of Dodger Blue #229FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.32%

R = 7.87%
G = 36.81%
B = 55.32%

CMYK

 C value IS 0.86

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#229FEF (or 0x229FEF) is known color: Dodger Blue. HEX triplet: 22, 9F and EF. RGB value is (34,159,239). Sum of RGB (Red+Green+Blue) = 34+159+239=432 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.87% from 432); Green value is 159 (62.5% from 255 or 36.81% from 432); Blue value is 239 (93.75% from 255 or 55.32% from 432); Max value from RGB is 239 - color contains mainly: blue. Hex color #229FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229FEF is #DD6010. Grayscale: #828282. Windows color (decimal): -14508049 or 15703842. OLE color: 15703842.

HSL color Cylindrical-coordinate representation of color #229FEF: hue angle of 203.41º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #229FEF is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 34 159 239 -
CMYK 0.86 0.33 0 0.06
HSL 203.41º 0.86% 0.54% -
HSV(B) 203.41º 0.86% 0.94% -
XYZ 28.64 31.37 86.21 -
YUV 130.75 189.09 59 -
System Red Green Blue C M Y K H S L
Decimal 34 159 239 0.86 0.33 0 0.06 203.41 0.86 0.54
Hex 22 9F EF 56 21 0 6 CB 56 36
Octal 42 237 357 126 41 0 6 313 126 66
Binary 100010 10011111 11101111 1010110 100001 0 110 11001011 1010110 110110

Color Harmonies of #229FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229FEF

Black with #229FEF

Text Example


Text Example

White with #229FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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