Html Css Color HEX #229DFB Dodger Blue

📋 copy color: '#229DFB'

red 34 ◦ green 157 ◦ blue 251

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

Shades of Dodger Blue #229DFB

Tints of Dodger Blue #229DFB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.52%

 BLUE value IS 251 (98.44% from 255) = 56.79%

R = 7.69%
G = 35.52%
B = 56.79%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#229DFB (or 0x229DFB) is known color: Dodger Blue. HEX triplet: 22, 9D and FB. RGB value is (34,157,251). Sum of RGB (Red+Green+Blue) = 34+157+251=442 (58% of max value = 765). Red value is 34 (13.67% from 255 or 7.69% from 442); Green value is 157 (61.72% from 255 or 35.52% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #229DFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229DFB is #DD6204. Grayscale: #828282. Windows color (decimal): -14508549 or 16489762. OLE color: 16489762.

HSL color Cylindrical-coordinate representation of color #229DFB: hue angle of 205.99º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #229DFB is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 34 157 251 -
CMYK 0.86 0.37 0 0.02
HSL 205.99º 0.96% 0.56% -
HSV(B) 205.99º 0.86% 0.98% -
XYZ 30.13 31.42 95.74 -
YUV 130.94 195.75 58.86 -
System Red Green Blue C M Y K H S L
Decimal 34 157 251 0.86 0.37 0 0.02 205.99 0.96 0.56
Hex 22 9D FB 56 25 0 2 CE 60 38
Octal 42 235 373 126 45 0 2 316 140 70
Binary 100010 10011101 11111011 1010110 100101 0 10 11001110 1100000 111000

Color Harmonies of #229DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229DFB

Black with #229DFB

Text Example


Text Example

White with #229DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,157,251); }

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

background-color css

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

 a { background-color: rgb(34,157,251); }

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

border-color css

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

 span { border-color: rgb(34,157,251); }

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