Html Css Color HEX #249CEC Dodger Blue

📋 copy color: '#249CEC'

red 36 ◦ green 156 ◦ blue 236

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

Shades of Dodger Blue #249CEC

Tints of Dodger Blue #249CEC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.45%

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

R = 8.41%
G = 36.45%
B = 55.14%

CMYK

 C value IS 0.85

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#249CEC (or 0x249CEC) is known color: Dodger Blue. HEX triplet: 24, 9C and EC. RGB value is (36,156,236). Sum of RGB (Red+Green+Blue) = 36+156+236=428 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.41% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 236 (92.58% from 255 or 55.14% from 428); Max value from RGB is 236 - color contains mainly: blue. Hex color #249CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249CEC is #DB6313. Grayscale: #808080. Windows color (decimal): -14377748 or 15506468. OLE color: 15506468.

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

Color convert

RGB 36 156 236 -
CMYK 0.85 0.34 0 0.07
HSL 204º 0.84% 0.53% -
HSV(B) 204º 0.85% 0.93% -
XYZ 27.76 30.21 83.72 -
YUV 129.24 188.24 61.5 -
System Red Green Blue C M Y K H S L
Decimal 36 156 236 0.85 0.34 0 0.07 204 0.84 0.53
Hex 24 9C EC 55 22 0 7 CC 54 35
Octal 44 234 354 125 42 0 7 314 124 65
Binary 100100 10011100 11101100 1010101 100010 0 111 11001100 1010100 110101

Color Harmonies of #249CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249CEC

Black with #249CEC

Text Example


Text Example

White with #249CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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