Html Css Color HEX #249DED Dodger Blue

📋 copy color: '#249DED'

red 36 ◦ green 157 ◦ blue 237

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

Shades of Dodger Blue #249DED

Tints of Dodger Blue #249DED

RGB

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

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

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

R = 8.37%
G = 36.51%
B = 55.12%

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

#249DED (or 0x249DED) is known color: Dodger Blue. HEX triplet: 24, 9D and ED. RGB value is (36,157,237). Sum of RGB (Red+Green+Blue) = 36+157+237=430 (56% of max value = 765). Red value is 36 (14.45% from 255 or 8.37% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #249DED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249DED is #DB6212. Grayscale: #818181. Windows color (decimal): -14377491 or 15572260. OLE color: 15572260.

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

Color convert

RGB 36 157 237 -
CMYK 0.85 0.34 0 0.07
HSL 203.88º 0.85% 0.54% -
HSV(B) 203.88º 0.85% 0.93% -
XYZ 28.07 30.6 84.55 -
YUV 129.94 188.41 61 -
System Red Green Blue C M Y K H S L
Decimal 36 157 237 0.85 0.34 0 0.07 203.88 0.85 0.54
Hex 24 9D ED 55 22 0 7 CC 55 36
Octal 44 235 355 125 42 0 7 314 125 66
Binary 100100 10011101 11101101 1010101 100010 0 111 11001100 1010101 110110

Color Harmonies of #249DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249DED

Black with #249DED

Text Example


Text Example

White with #249DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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