Html Css Color HEX #249EFF Dodger Blue

📋 copy color: '#249EFF'

red 36 ◦ green 158 ◦ blue 255

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

Shades of Dodger Blue #249EFF

Tints of Dodger Blue #249EFF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.19%

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

R = 8.02%
G = 35.19%
B = 56.79%

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

#249EFF (or 0x249EFF) is known color: Dodger Blue. HEX triplet: 24, 9E and FF. RGB value is (36,158,255). Sum of RGB (Red+Green+Blue) = 36+158+255=449 (59% of max value = 765). Red value is 36 (14.45% from 255 or 8.02% from 449); Green value is 158 (62.11% from 255 or 35.19% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #249EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249EFF is #DB6100. Grayscale: #848484. Windows color (decimal): -14377217 or 16752164. OLE color: 16752164.

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

Color convert

RGB 36 158 255 -
CMYK 0.86 0.38 0 0
HSL 206.58º 1% 0.57% -
HSV(B) 206.58º 0.86% 1% -
XYZ 31 32.05 99.16 -
YUV 132.58 197.08 59.11 -
System Red Green Blue C M Y K H S L
Decimal 36 158 255 0.86 0.38 0 0 206.58 1 0.57
Hex 24 9E FF 56 26 0 0 CF 64 39
Octal 44 236 377 126 46 0 0 317 144 71
Binary 100100 10011110 11111111 1010110 100110 0 0 11001111 1100100 111001

Color Harmonies of #249EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249EFF

Black with #249EFF

Text Example


Text Example

White with #249EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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