Shades of Dodger Blue #1297FC
Tints of Dodger Blue #1297FC
RGB
CMYK
RGB Variations
Color information
#1297FC (or 0x1297FC) is known color: Dodger Blue. HEX triplet: 12, 97 and FC. RGB value is (18,151,252). Sum of RGB (Red+Green+Blue) = 18+151+252=421 (55% of max value = 765). Red value is 18 (7.42% from 255 or 4.28% from 421); Green value is 151 (59.38% from 255 or 35.87% 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 #1297FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1297FC is #ED6803. Grayscale: #7A7A7A. Windows color (decimal): -15558660 or 16553746. OLE color: 16553746.
HSL color Cylindrical-coordinate representation of color #1297FC: hue angle of 205.9º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1297FC is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 18 | 151 | 252 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.01 |
| HSL | 205.9º | 0.98% | 0.53% | - |
| HSV(B) | 205.9º | 0.93% | 0.99% | - |
| XYZ | 28.89 | 29.29 | 96.23 | - |
| YUV | 122.75 | 200.94 | 53.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 151 | 252 | 0.93 | 0.40 | 0 | 0.01 | 205.9 | 0.98 | 0.53 |
| Hex | 12 | 97 | FC | 5D | 28 | 0 | 1 | CE | 62 | 35 |
| Octal | 22 | 227 | 374 | 135 | 50 | 0 | 1 | 316 | 142 | 65 |
| Binary | 10010 | 10010111 | 11111100 | 1011101 | 101000 | 0 | 1 | 11001110 | 1100010 | 110101 |
Color Harmonies of #1297FC
Complementary color
Monochromatic Colors of #1297FC
Black with #1297FC
Text Example
Text Example
White with #1297FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1297FC; }
p { color: rgb(18,151,252); }
H1.HeaderClassName
{
color: #1297FC;
}
.AnyTagClassName
{
color: #1297FC;
}
</style>
background-color css
<style>
a { background-color: #1297FC; }
a { background-color: rgb(18,151,252); }
div.DivClassName
{
background-color: #1297FC;
}
.BgClassName
{
background-color: #1297FC;
}
</style>
border-color css
<style>
span { border-color: #1297FC; }
span { border-color: rgb(18,151,252); }
td.TdClassName
{
border-color: #1297FC;
}
.TagClassName
{
border-color: #1297FC;
}
</style>