Html Css Color HEX #249FFE Dodger Blue

📋 copy color: '#249FFE'

red 36 ◦ green 159 ◦ blue 254

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

Shades of Dodger Blue #249FFE

Tints of Dodger Blue #249FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 56.57%

R = 8.02%
G = 35.41%
B = 56.57%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#249FFE (or 0x249FFE) is known color: Dodger Blue. HEX triplet: 24, 9F and FE. RGB value is (36,159,254). Sum of RGB (Red+Green+Blue) = 36+159+254=449 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.02% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #249FFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249FFE is #DB6001. Grayscale: #848484. Windows color (decimal): -14376962 or 16686884. OLE color: 16686884.

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

Color convert

RGB 36 159 254 -
CMYK 0.86 0.37 0 0.00
HSL 206.15º 0.99% 0.57% -
HSV(B) 206.15º 0.86% 1% -
XYZ 31.02 32.33 98.37 -
YUV 133.05 196.25 58.78 -
System Red Green Blue C M Y K H S L
Decimal 36 159 254 0.86 0.37 0 0.00 206.15 0.99 0.57
Hex 24 9F FE 56 25 0 0 CE 63 39
Octal 44 237 376 126 45 0 0 316 143 71
Binary 100100 10011111 11111110 1010110 100101 0 0 11001110 1100011 111001

Color Harmonies of #249FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249FFE

Black with #249FFE

Text Example


Text Example

White with #249FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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