Shades of Dodger Blue #2495F7
Tints of Dodger Blue #2495F7
RGB
CMYK
RGB Variations
Color information
#2495F7 (or 0x2495F7) is known color: Dodger Blue. HEX triplet: 24, 95 and F7. RGB value is (36,149,247). Sum of RGB (Red+Green+Blue) = 36+149+247=432 (57% of max value = 765). Red value is 36 (14.45% from 255 or 8.33% from 432); Green value is 149 (58.59% from 255 or 34.49% from 432); Blue value is 247 (96.88% from 255 or 57.18% from 432); Max value from RGB is 247 - color contains mainly: blue. Hex color #2495F7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2495F7 is #DB6A08. Grayscale: #7D7D7D. Windows color (decimal): -14379529 or 16225572. OLE color: 16225572.
HSL color Cylindrical-coordinate representation of color #2495F7: hue angle of 207.87º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2495F7 is Cyan = 0.85, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 36 | 149 | 247 | - |
| CMYK | 0.85 | 0.40 | 0 | 0.03 |
| HSL | 207.87º | 0.93% | 0.55% | - |
| HSV(B) | 207.87º | 0.85% | 0.97% | - |
| XYZ | 28.26 | 28.59 | 92.02 | - |
| YUV | 126.39 | 196.06 | 63.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 149 | 247 | 0.85 | 0.40 | 0 | 0.03 | 207.87 | 0.93 | 0.55 |
| Hex | 24 | 95 | F7 | 55 | 28 | 0 | 3 | D0 | 5D | 37 |
| Octal | 44 | 225 | 367 | 125 | 50 | 0 | 3 | 320 | 135 | 67 |
| Binary | 100100 | 10010101 | 11110111 | 1010101 | 101000 | 0 | 11 | 11010000 | 1011101 | 110111 |
Color Harmonies of #2495F7
Complementary color
Monochromatic Colors of #2495F7
Black with #2495F7
Text Example
Text Example
White with #2495F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2495F7; }
p { color: rgb(36,149,247); }
H1.HeaderClassName
{
color: #2495F7;
}
.AnyTagClassName
{
color: #2495F7;
}
</style>
background-color css
<style>
a { background-color: #2495F7; }
a { background-color: rgb(36,149,247); }
div.DivClassName
{
background-color: #2495F7;
}
.BgClassName
{
background-color: #2495F7;
}
</style>
border-color css
<style>
span { border-color: #2495F7; }
span { border-color: rgb(36,149,247); }
td.TdClassName
{
border-color: #2495F7;
}
.TagClassName
{
border-color: #2495F7;
}
</style>