Html Css Color HEX #24A0FB Dodger Blue

📋 copy color: '#24A0FB'

red 36 ◦ green 160 ◦ blue 251

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

Shades of Dodger Blue #24A0FB

Tints of Dodger Blue #24A0FB

RGB

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

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

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

R = 8.05%
G = 35.79%
B = 56.15%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#24A0FB (or 0x24A0FB) is known color: Dodger Blue. HEX triplet: 24, A0 and FB. RGB value is (36,160,251). Sum of RGB (Red+Green+Blue) = 36+160+251=447 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.05% from 447); Green value is 160 (62.89% from 255 or 35.79% from 447); Blue value is 251 (98.44% from 255 or 56.15% from 447); Max value from RGB is 251 - color contains mainly: blue. Hex color #24A0FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #24A0FB is #DB5F04. Grayscale: #848484. Windows color (decimal): -14376709 or 16490532. OLE color: 16490532.

HSL color Cylindrical-coordinate representation of color #24A0FB: hue angle of 205.4º 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 #24A0FB is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 36 160 251 -
CMYK 0.86 0.36 0 0.02
HSL 205.4º 0.96% 0.56% -
HSV(B) 205.4º 0.86% 0.98% -
XYZ 30.71 32.48 95.92 -
YUV 133.3 194.42 58.6 -
System Red Green Blue C M Y K H S L
Decimal 36 160 251 0.86 0.36 0 0.02 205.4 0.96 0.56
Hex 24 A0 FB 56 24 0 2 CD 60 38
Octal 44 240 373 126 44 0 2 315 140 70
Binary 100100 10100000 11111011 1010110 100100 0 10 11001101 1100000 111000

Color Harmonies of #24A0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24A0FB

Black with #24A0FB

Text Example


Text Example

White with #24A0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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