Html Css Color HEX #229CF6 Dodger Blue

📋 copy color: '#229CF6'

red 34 ◦ green 156 ◦ blue 246

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

Shades of Dodger Blue #229CF6

Tints of Dodger Blue #229CF6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.78%

 BLUE value IS 246 (96.48% from 255) = 56.42%

R = 7.8%
G = 35.78%
B = 56.42%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#229CF6 (or 0x229CF6) is known color: Dodger Blue. HEX triplet: 22, 9C and F6. RGB value is (34,156,246). Sum of RGB (Red+Green+Blue) = 34+156+246=436 (57% of max value = 765). Red value is 34 (13.67% from 255 or 7.80% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #229CF6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229CF6 is #DD6309. Grayscale: #818181. Windows color (decimal): -14508810 or 16161826. OLE color: 16161826.

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

Color convert

RGB 34 156 246 -
CMYK 0.86 0.37 0 0.04
HSL 205.47º 0.92% 0.55% -
HSV(B) 205.47º 0.86% 0.96% -
XYZ 29.18 30.77 91.59 -
YUV 129.78 193.58 59.68 -
System Red Green Blue C M Y K H S L
Decimal 34 156 246 0.86 0.37 0 0.04 205.47 0.92 0.55
Hex 22 9C F6 56 25 0 4 CD 5C 37
Octal 42 234 366 126 45 0 4 315 134 67
Binary 100010 10011100 11110110 1010110 100101 0 100 11001101 1011100 110111

Color Harmonies of #229CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229CF6

Black with #229CF6

Text Example


Text Example

White with #229CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,156,246); }

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

background-color css

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

 a { background-color: rgb(34,156,246); }

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

border-color css

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

 span { border-color: rgb(34,156,246); }

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