Html Css Color HEX #249BEC Dodger Blue

📋 copy color: '#249BEC'

red 36 ◦ green 155 ◦ blue 236

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

Shades of Dodger Blue #249BEC

Tints of Dodger Blue #249BEC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.3%

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

R = 8.43%
G = 36.3%
B = 55.27%

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

#249BEC (or 0x249BEC) is known color: Dodger Blue. HEX triplet: 24, 9B and EC. RGB value is (36,155,236). Sum of RGB (Red+Green+Blue) = 36+155+236=427 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.43% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 236 (92.58% from 255 or 55.27% from 427); Max value from RGB is 236 - color contains mainly: blue. Hex color #249BEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249BEC is #DB6413. Grayscale: #808080. Windows color (decimal): -14378004 or 15506212. OLE color: 15506212.

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

Color convert

RGB 36 155 236 -
CMYK 0.85 0.34 0 0.07
HSL 204.3º 0.84% 0.53% -
HSV(B) 204.3º 0.85% 0.93% -
XYZ 27.59 29.87 83.67 -
YUV 128.65 188.58 61.91 -
System Red Green Blue C M Y K H S L
Decimal 36 155 236 0.85 0.34 0 0.07 204.3 0.84 0.53
Hex 24 9B EC 55 22 0 7 CC 54 35
Octal 44 233 354 125 42 0 7 314 124 65
Binary 100100 10011011 11101100 1010101 100010 0 111 11001100 1010100 110101

Color Harmonies of #249BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BEC

Black with #249BEC

Text Example


Text Example

White with #249BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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