Shades of Dodger Blue #2495DF
Tints of Dodger Blue #2495DF
RGB
CMYK
RGB Variations
Color information
#2495DF (or 0x2495DF) is known color: Dodger Blue. HEX triplet: 24, 95 and DF. RGB value is (36,149,223). Sum of RGB (Red+Green+Blue) = 36+149+223=408 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.82% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #2495DF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2495DF is #DB6A20. Grayscale: #7B7B7B. Windows color (decimal): -14379553 or 14652708. OLE color: 14652708.
HSL color Cylindrical-coordinate representation of color #2495DF: hue angle of 203.74º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2495DF is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 36 | 149 | 223 | - |
| CMYK | 0.84 | 0.33 | 0 | 0.13 |
| HSL | 203.74º | 0.75% | 0.51% | - |
| HSV(B) | 203.74º | 0.84% | 0.87% | - |
| XYZ | 24.79 | 27.2 | 73.75 | - |
| YUV | 123.65 | 184.06 | 65.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 223 | 0.84 | 0.33 | 0 | 0.13 | 203.74 | 0.75 | 0.51 |
| Hex | 24 | 95 | DF | 54 | 21 | 0 | D | CC | 4B | 33 |
| Octal | 44 | 225 | 337 | 124 | 41 | 0 | 15 | 314 | 113 | 63 |
| Binary | 100100 | 10010101 | 11011111 | 1010100 | 100001 | 0 | 1101 | 11001100 | 1001011 | 110011 |
Color Harmonies of #2495DF
Complementary color
Monochromatic Colors of #2495DF
Black with #2495DF
Text Example
Text Example
White with #2495DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2495DF; }
p { color: rgb(36,149,223); }
H1.HeaderClassName
{
color: #2495DF;
}
.AnyTagClassName
{
color: #2495DF;
}
</style>
background-color css
<style>
a { background-color: #2495DF; }
a { background-color: rgb(36,149,223); }
div.DivClassName
{
background-color: #2495DF;
}
.BgClassName
{
background-color: #2495DF;
}
</style>
border-color css
<style>
span { border-color: #2495DF; }
span { border-color: rgb(36,149,223); }
td.TdClassName
{
border-color: #2495DF;
}
.TagClassName
{
border-color: #2495DF;
}
</style>