Html Css Color HEX #249DF1 Dodger Blue

📋 copy color: '#249DF1'

red 36 ◦ green 157 ◦ blue 241

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

Shades of Dodger Blue #249DF1

Tints of Dodger Blue #249DF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 55.53%

R = 8.29%
G = 36.18%
B = 55.53%

CMYK

 C value IS 0.85

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#249DF1 (or 0x249DF1) is known color: Dodger Blue. HEX triplet: 24, 9D and F1. RGB value is (36,157,241). Sum of RGB (Red+Green+Blue) = 36+157+241=434 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.29% from 434); Green value is 157 (61.72% from 255 or 36.18% from 434); Blue value is 241 (94.53% from 255 or 55.53% from 434); Max value from RGB is 241 - color contains mainly: blue. Hex color #249DF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249DF1 is #DB620E. Grayscale: #818181. Windows color (decimal): -14377487 or 15834404. OLE color: 15834404.

HSL color Cylindrical-coordinate representation of color #249DF1: hue angle of 204.59º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #249DF1 is Cyan = 0.85, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 36 157 241 -
CMYK 0.85 0.35 0 0.05
HSL 204.59º 0.88% 0.54% -
HSV(B) 204.59º 0.85% 0.95% -
XYZ 28.66 30.84 87.66 -
YUV 130.4 190.41 60.67 -
System Red Green Blue C M Y K H S L
Decimal 36 157 241 0.85 0.35 0 0.05 204.59 0.88 0.54
Hex 24 9D F1 55 23 0 5 CD 58 36
Octal 44 235 361 125 43 0 5 315 130 66
Binary 100100 10011101 11110001 1010101 100011 0 101 11001101 1011000 110110

Color Harmonies of #249DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249DF1

Black with #249DF1

Text Example


Text Example

White with #249DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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