Html Css Color HEX #249FFF Dodger Blue

📋 copy color: '#249FFF'

red 36 ◦ green 159 ◦ blue 255

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

Shades of Dodger Blue #249FFF

Tints of Dodger Blue #249FFF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.33%

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

R = 8%
G = 35.33%
B = 56.67%

CMYK

 C value IS 0.86

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#249FFF (or 0x249FFF) is known color: Dodger Blue. HEX triplet: 24, 9F and FF. RGB value is (36,159,255). Sum of RGB (Red+Green+Blue) = 36+159+255=450 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8% from 450); Green value is 159 (62.5% from 255 or 35.33% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #249FFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249FFF is #DB6000. Grayscale: #848484. Windows color (decimal): -14376961 or 16752420. OLE color: 16752420.

HSL color Cylindrical-coordinate representation of color #249FFF: hue angle of 206.3º 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 #249FFF is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 36 159 255 -
CMYK 0.86 0.38 0 0
HSL 206.3º 1% 0.57% -
HSV(B) 206.3º 0.86% 1% -
XYZ 31.18 32.39 99.22 -
YUV 133.17 196.75 58.69 -
System Red Green Blue C M Y K H S L
Decimal 36 159 255 0.86 0.38 0 0 206.3 1 0.57
Hex 24 9F FF 56 26 0 0 CE 64 39
Octal 44 237 377 126 46 0 0 316 144 71
Binary 100100 10011111 11111111 1010110 100110 0 0 11001110 1100100 111001

Color Harmonies of #249FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249FFF

Black with #249FFF

Text Example


Text Example

White with #249FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249FFF; }

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

 H1.HeaderClassName
 {
   color: #249FFF;
 }
 .AnyTagClassName
 {
   color: #249FFF;
 }
</style>

background-color css

<style>
 a { background-color: #249FFF; }

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

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

border-color css

<style>
 span { border-color: #249FFF; }

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

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