Shades of Dodger Blue #1297F4
Tints of Dodger Blue #1297F4
RGB
CMYK
RGB Variations
Color information
#1297F4 (or 0x1297F4) is known color: Dodger Blue. HEX triplet: 12, 97 and F4. RGB value is (18,151,244). Sum of RGB (Red+Green+Blue) = 18+151+244=413 (54% of max value = 765). Red value is 18 (7.42% from 255 or 4.36% from 413); Green value is 151 (59.38% from 255 or 36.56% from 413); Blue value is 244 (95.70% from 255 or 59.08% from 413); Max value from RGB is 244 - color contains mainly: blue. Hex color #1297F4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1297F4 is #ED680B. Grayscale: #797979. Windows color (decimal): -15558668 or 16029458. OLE color: 16029458.
HSL color Cylindrical-coordinate representation of color #1297F4: hue angle of 204.69º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1297F4 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 18 | 151 | 244 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.04 |
| HSL | 204.69º | 0.91% | 0.51% | - |
| HSV(B) | 204.69º | 0.93% | 0.96% | - |
| XYZ | 27.65 | 28.79 | 89.69 | - |
| YUV | 121.84 | 196.94 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 151 | 244 | 0.93 | 0.38 | 0 | 0.04 | 204.69 | 0.91 | 0.51 |
| Hex | 12 | 97 | F4 | 5D | 26 | 0 | 4 | CD | 5B | 33 |
| Octal | 22 | 227 | 364 | 135 | 46 | 0 | 4 | 315 | 133 | 63 |
| Binary | 10010 | 10010111 | 11110100 | 1011101 | 100110 | 0 | 100 | 11001101 | 1011011 | 110011 |
Color Harmonies of #1297F4
Complementary color
Monochromatic Colors of #1297F4
Black with #1297F4
Text Example
Text Example
White with #1297F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1297F4; }
p { color: rgb(18,151,244); }
H1.HeaderClassName
{
color: #1297F4;
}
.AnyTagClassName
{
color: #1297F4;
}
</style>
background-color css
<style>
a { background-color: #1297F4; }
a { background-color: rgb(18,151,244); }
div.DivClassName
{
background-color: #1297F4;
}
.BgClassName
{
background-color: #1297F4;
}
</style>
border-color css
<style>
span { border-color: #1297F4; }
span { border-color: rgb(18,151,244); }
td.TdClassName
{
border-color: #1297F4;
}
.TagClassName
{
border-color: #1297F4;
}
</style>