Html Css Color HEX #249DEC Dodger Blue

📋 copy color: '#249DEC'

red 36 ◦ green 157 ◦ blue 236

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

Shades of Dodger Blue #249DEC

Tints of Dodger Blue #249DEC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.6%

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

R = 8.39%
G = 36.6%
B = 55.01%

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

#249DEC (or 0x249DEC) is known color: Dodger Blue. HEX triplet: 24, 9D and EC. RGB value is (36,157,236). Sum of RGB (Red+Green+Blue) = 36+157+236=429 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.39% from 429); Green value is 157 (61.72% from 255 or 36.60% from 429); Blue value is 236 (92.58% from 255 or 55.01% from 429); Max value from RGB is 236 - color contains mainly: blue. Hex color #249DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249DEC is #DB6213. Grayscale: #818181. Windows color (decimal): -14377492 or 15506724. OLE color: 15506724.

HSL color Cylindrical-coordinate representation of color #249DEC: hue angle of 203.7º 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 #249DEC is Cyan = 0.85, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 36 157 236 -
CMYK 0.85 0.33 0 0.07
HSL 203.7º 0.84% 0.53% -
HSV(B) 203.7º 0.85% 0.93% -
XYZ 27.92 30.55 83.78 -
YUV 129.83 187.91 61.08 -
System Red Green Blue C M Y K H S L
Decimal 36 157 236 0.85 0.33 0 0.07 203.7 0.84 0.53
Hex 24 9D EC 55 21 0 7 CC 54 35
Octal 44 235 354 125 41 0 7 314 124 65
Binary 100100 10011101 11101100 1010101 100001 0 111 11001100 1010100 110101

Color Harmonies of #249DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249DEC

Black with #249DEC

Text Example


Text Example

White with #249DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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