Html Css Color HEX #24A0FF Dodger Blue

📋 copy color: '#24A0FF'

red 36 ◦ green 160 ◦ blue 255

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

Shades of Dodger Blue #24A0FF

Tints of Dodger Blue #24A0FF

RGB

 RED value IS 36 (14.45% from 255) = 7.98%

 GREEN value IS 160 (62.89% from 255) = 35.48%

 BLUE value IS 255 (100% from 255) = 56.54%

R = 7.98%
G = 35.48%
B = 56.54%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#24A0FF (or 0x24A0FF) is known color: Dodger Blue. HEX triplet: 24, A0 and FF. RGB value is (36,160,255). Sum of RGB (Red+Green+Blue) = 36+160+255=451 (59% of max value = 765). Red value is 36 (14.45% from 255 or 7.98% from 451); Green value is 160 (62.89% from 255 or 35.48% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #24A0FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #24A0FF is #DB5F00. Grayscale: #858585. Windows color (decimal): -14376705 or 16752676. OLE color: 16752676.

HSL color Cylindrical-coordinate representation of color #24A0FF: hue angle of 206.03º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #24A0FF is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 36 160 255 -
CMYK 0.86 0.37 0 0
HSL 206.03º 1% 0.57% -
HSV(B) 206.03º 0.86% 1% -
XYZ 31.35 32.74 99.27 -
YUV 133.75 196.42 58.28 -
System Red Green Blue C M Y K H S L
Decimal 36 160 255 0.86 0.37 0 0 206.03 1 0.57
Hex 24 A0 FF 56 25 0 0 CE 64 39
Octal 44 240 377 126 45 0 0 316 144 71
Binary 100100 10100000 11111111 1010110 100101 0 0 11001110 1100100 111001

Color Harmonies of #24A0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24A0FF

Black with #24A0FF

Text Example


Text Example

White with #24A0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24A0FF; }

 p { color: rgb(36,160,255); }

 H1.HeaderClassName
 {
   color: #24A0FF;
 }
 .AnyTagClassName
 {
   color: #24A0FF;
 }
</style>

background-color css

<style>
 a { background-color: #24A0FF; }

 a { background-color: rgb(36,160,255); }

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

border-color css

<style>
 span { border-color: #24A0FF; }

 span { border-color: rgb(36,160,255); }

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