Html Css Color HEX #249EEC Dodger Blue

📋 copy color: '#249EEC'

red 36 ◦ green 158 ◦ blue 236

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

Shades of Dodger Blue #249EEC

Tints of Dodger Blue #249EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.88%

R = 8.37%
G = 36.74%
B = 54.88%

CMYK

 C value IS 0.85

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#249EEC (or 0x249EEC) is known color: Dodger Blue. HEX triplet: 24, 9E and EC. RGB value is (36,158,236). Sum of RGB (Red+Green+Blue) = 36+158+236=430 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.37% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #249EEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249EEC is #DB6113. Grayscale: #818181. Windows color (decimal): -14377236 or 15506980. OLE color: 15506980.

HSL color Cylindrical-coordinate representation of color #249EEC: hue angle of 203.4º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #249EEC is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 158 236 -
CMYK 0.85 0.33 0 0.07
HSL 203.4º 0.84% 0.53% -
HSV(B) 203.4º 0.85% 0.93% -
XYZ 28.09 30.88 83.84 -
YUV 130.41 187.58 60.66 -
System Red Green Blue C M Y K H S L
Decimal 36 158 236 0.85 0.33 0 0.07 203.4 0.84 0.53
Hex 24 9E EC 55 21 0 7 CB 54 35
Octal 44 236 354 125 41 0 7 313 124 65
Binary 100100 10011110 11101100 1010101 100001 0 111 11001011 1010100 110101

Color Harmonies of #249EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249EEC

Black with #249EEC

Text Example


Text Example

White with #249EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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