Html Css Color HEX #249AEC Dodger Blue

📋 copy color: '#249AEC'

red 36 ◦ green 154 ◦ blue 236

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

Shades of Dodger Blue #249AEC

Tints of Dodger Blue #249AEC

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.15%

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

R = 8.45%
G = 36.15%
B = 55.4%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#249AEC (or 0x249AEC) is known color: Dodger Blue. HEX triplet: 24, 9A and EC. RGB value is (36,154,236). Sum of RGB (Red+Green+Blue) = 36+154+236=426 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.45% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 236 (92.58% from 255 or 55.40% from 426); Max value from RGB is 236 - color contains mainly: blue. Hex color #249AEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249AEC is #DB6513. Grayscale: #7F7F7F. Windows color (decimal): -14378260 or 15505956. OLE color: 15505956.

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

Color convert

RGB 36 154 236 -
CMYK 0.85 0.35 0 0.07
HSL 204.6º 0.84% 0.53% -
HSV(B) 204.6º 0.85% 0.93% -
XYZ 27.42 29.54 83.61 -
YUV 128.07 188.91 62.33 -
System Red Green Blue C M Y K H S L
Decimal 36 154 236 0.85 0.35 0 0.07 204.6 0.84 0.53
Hex 24 9A EC 55 23 0 7 CD 54 35
Octal 44 232 354 125 43 0 7 315 124 65
Binary 100100 10011010 11101100 1010101 100011 0 111 11001101 1010100 110101

Color Harmonies of #249AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249AEC

Black with #249AEC

Text Example


Text Example

White with #249AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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