Html Css Color HEX #249FEF Dodger Blue

📋 copy color: '#249FEF'

red 36 ◦ green 159 ◦ blue 239

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

Shades of Dodger Blue #249FEF

Tints of Dodger Blue #249FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 55.07%

R = 8.29%
G = 36.64%
B = 55.07%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#249FEF (or 0x249FEF) is known color: Dodger Blue. HEX triplet: 24, 9F and EF. RGB value is (36,159,239). Sum of RGB (Red+Green+Blue) = 36+159+239=434 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.29% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #249FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249FEF is #DB6010. Grayscale: #828282. Windows color (decimal): -14376977 or 15703844. OLE color: 15703844.

HSL color Cylindrical-coordinate representation of color #249FEF: hue angle of 203.65º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #249FEF is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 36 159 239 -
CMYK 0.85 0.33 0 0.06
HSL 203.65º 0.86% 0.54% -
HSV(B) 203.65º 0.85% 0.94% -
XYZ 28.71 31.4 86.21 -
YUV 131.34 188.75 60 -
System Red Green Blue C M Y K H S L
Decimal 36 159 239 0.85 0.33 0 0.06 203.65 0.86 0.54
Hex 24 9F EF 55 21 0 6 CC 56 36
Octal 44 237 357 125 41 0 6 314 126 66
Binary 100100 10011111 11101111 1010101 100001 0 110 11001100 1010110 110110

Color Harmonies of #249FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249FEF

Black with #249FEF

Text Example


Text Example

White with #249FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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