Html Css Color HEX #229AF0 Dodger Blue

📋 copy color: '#229AF0'

red 34 ◦ green 154 ◦ blue 240

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

Shades of Dodger Blue #229AF0

Tints of Dodger Blue #229AF0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.98%

 BLUE value IS 240 (94.14% from 255) = 56.07%

R = 7.94%
G = 35.98%
B = 56.07%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#229AF0 (or 0x229AF0) is known color: Dodger Blue. HEX triplet: 22, 9A and F0. RGB value is (34,154,240). Sum of RGB (Red+Green+Blue) = 34+154+240=428 (56% of max value = 765). Red value is 34 (13.67% from 255 or 7.94% from 428); Green value is 154 (60.55% from 255 or 35.98% from 428); Blue value is 240 (94.14% from 255 or 56.07% from 428); Max value from RGB is 240 - color contains mainly: blue. Hex color #229AF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #229AF0 is #DD650F. Grayscale: #7F7F7F. Windows color (decimal): -14509328 or 15768098. OLE color: 15768098.

HSL color Cylindrical-coordinate representation of color #229AF0: hue angle of 205.05º degrees, saturation: 0.87, 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 #229AF0 is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 34 154 240 -
CMYK 0.86 0.36 0 0.06
HSL 205.05º 0.87% 0.54% -
HSV(B) 205.05º 0.86% 0.94% -
XYZ 27.94 29.74 86.71 -
YUV 127.92 191.24 61.01 -
System Red Green Blue C M Y K H S L
Decimal 34 154 240 0.86 0.36 0 0.06 205.05 0.87 0.54
Hex 22 9A F0 56 24 0 6 CD 57 36
Octal 42 232 360 126 44 0 6 315 127 66
Binary 100010 10011010 11110000 1010110 100100 0 110 11001101 1010111 110110

Color Harmonies of #229AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #229AF0

Black with #229AF0

Text Example


Text Example

White with #229AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,154,240); }

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

background-color css

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

 a { background-color: rgb(34,154,240); }

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

border-color css

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

 span { border-color: rgb(34,154,240); }

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