Shades of Dodger Blue #1495FC
Tints of Dodger Blue #1495FC
RGB
CMYK
RGB Variations
Color information
#1495FC (or 0x1495FC) is known color: Dodger Blue. HEX triplet: 14, 95 and FC. RGB value is (20,149,252). Sum of RGB (Red+Green+Blue) = 20+149+252=421 (55% of max value = 765). Red value is 20 (8.20% from 255 or 4.75% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #1495FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1495FC is #EB6A03. Grayscale: #797979. Windows color (decimal): -15428100 or 16553236. OLE color: 16553236.
HSL color Cylindrical-coordinate representation of color #1495FC: hue angle of 206.64º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1495FC is Cyan = 0.92, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 20 | 149 | 252 | - |
| CMYK | 0.92 | 0.41 | 0 | 0.01 |
| HSL | 206.64º | 0.97% | 0.53% | - |
| HSV(B) | 206.64º | 0.92% | 0.99% | - |
| XYZ | 28.61 | 28.67 | 96.12 | - |
| YUV | 122.17 | 201.26 | 55.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 149 | 252 | 0.92 | 0.41 | 0 | 0.01 | 206.64 | 0.97 | 0.53 |
| Hex | 14 | 95 | FC | 5C | 29 | 0 | 1 | CF | 61 | 35 |
| Octal | 24 | 225 | 374 | 134 | 51 | 0 | 1 | 317 | 141 | 65 |
| Binary | 10100 | 10010101 | 11111100 | 1011100 | 101001 | 0 | 1 | 11001111 | 1100001 | 110101 |
Color Harmonies of #1495FC
Complementary color
Monochromatic Colors of #1495FC
Black with #1495FC
Text Example
Text Example
White with #1495FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1495FC; }
p { color: rgb(20,149,252); }
H1.HeaderClassName
{
color: #1495FC;
}
.AnyTagClassName
{
color: #1495FC;
}
</style>
background-color css
<style>
a { background-color: #1495FC; }
a { background-color: rgb(20,149,252); }
div.DivClassName
{
background-color: #1495FC;
}
.BgClassName
{
background-color: #1495FC;
}
</style>
border-color css
<style>
span { border-color: #1495FC; }
span { border-color: rgb(20,149,252); }
td.TdClassName
{
border-color: #1495FC;
}
.TagClassName
{
border-color: #1495FC;
}
</style>