#249FF1

Color #249FF1 Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #249FF1

Tints of Dodger Blue #249FF1

Color information

#249FF1 (or 0x249FF1) is unknown color: approx Dodger Blue. HEX triplet: 24, 9F and F1. RGB value is (36,159,241). Sum of RGB (Red+Green+Blue) = 36+159+241=436 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.26% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #249FF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #249FF1 is #DB600E. Grayscale: #838383. Windows color (decimal): -14376975 or 15834916. OLE color: 15834916.

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

Color convert

RGB36159241-
CMYK0.850.3400.05
HSL204º87.98%54.31%-
HSV(B)204º85.06%94.51%-
XYZ2931.5287.77-
YUV131.57189.7559.83-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 8.26%
GREEN value IS 159 (62.5% from 255) = 36.47%
BLUE value IS 241 (94.53% from 255) = 55.28%
R=8.26%
G=36.47%
B=55.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal361592410.850.3400.0520487.9854.31
Hex249FF1552205cc5836
Octal44237361125420531413066
Binary100100100111111111000110101011000100101110011001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #249FF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #249FF1;
 }
 .AnyTagClassName
 {
   color: #249FF1;
 }
</style>
background-color css

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

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

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

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

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

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