Html Css Color HEX #249EED Dodger Blue

📋 copy color: '#249EED'

red 36 ◦ green 158 ◦ blue 237

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

Shades of Dodger Blue #249EED

Tints of Dodger Blue #249EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.99%

R = 8.35%
G = 36.66%
B = 54.99%

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

#249EED (or 0x249EED) is known color: Dodger Blue. HEX triplet: 24, 9E and ED. RGB value is (36,158,237). Sum of RGB (Red+Green+Blue) = 36+158+237=431 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.35% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #249EED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249EED is #DB6112. Grayscale: #828282. Windows color (decimal): -14377235 or 15572516. OLE color: 15572516.

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

Color convert

RGB 36 158 237 -
CMYK 0.85 0.33 0 0.07
HSL 203.58º 0.85% 0.54% -
HSV(B) 203.58º 0.85% 0.93% -
XYZ 28.24 30.94 84.6 -
YUV 130.53 188.08 60.58 -
System Red Green Blue C M Y K H S L
Decimal 36 158 237 0.85 0.33 0 0.07 203.58 0.85 0.54
Hex 24 9E ED 55 21 0 7 CC 55 36
Octal 44 236 355 125 41 0 7 314 125 66
Binary 100100 10011110 11101101 1010101 100001 0 111 11001100 1010101 110110

Color Harmonies of #249EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249EED

Black with #249EED

Text Example


Text Example

White with #249EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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