Shades of Dodger Blue #1397FC
Tints of Dodger Blue #1397FC
RGB
CMYK
RGB Variations
Color information
#1397FC (or 0x1397FC) is known color: Dodger Blue. HEX triplet: 13, 97 and FC. RGB value is (19,151,252). Sum of RGB (Red+Green+Blue) = 19+151+252=422 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.50% from 422); Green value is 151 (59.38% from 255 or 35.78% from 422); Blue value is 252 (98.83% from 255 or 59.72% from 422); Max value from RGB is 252 - color contains mainly: blue. Hex color #1397FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1397FC is #EC6803. Grayscale: #7A7A7A. Windows color (decimal): -15493124 or 16553747. OLE color: 16553747.
HSL color Cylindrical-coordinate representation of color #1397FC: hue angle of 206.01º 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 #1397FC is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 151 | 252 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.01 |
| HSL | 206.01º | 0.97% | 0.53% | - |
| HSV(B) | 206.01º | 0.92% | 0.99% | - |
| XYZ | 28.91 | 29.3 | 96.23 | - |
| YUV | 123.05 | 200.77 | 53.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 151 | 252 | 0.92 | 0.40 | 0 | 0.01 | 206.01 | 0.97 | 0.53 |
| Hex | 13 | 97 | FC | 5C | 28 | 0 | 1 | CE | 61 | 35 |
| Octal | 23 | 227 | 374 | 134 | 50 | 0 | 1 | 316 | 141 | 65 |
| Binary | 10011 | 10010111 | 11111100 | 1011100 | 101000 | 0 | 1 | 11001110 | 1100001 | 110101 |
Color Harmonies of #1397FC
Complementary color
Monochromatic Colors of #1397FC
Black with #1397FC
Text Example
Text Example
White with #1397FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1397FC; }
p { color: rgb(19,151,252); }
H1.HeaderClassName
{
color: #1397FC;
}
.AnyTagClassName
{
color: #1397FC;
}
</style>
background-color css
<style>
a { background-color: #1397FC; }
a { background-color: rgb(19,151,252); }
div.DivClassName
{
background-color: #1397FC;
}
.BgClassName
{
background-color: #1397FC;
}
</style>
border-color css
<style>
span { border-color: #1397FC; }
span { border-color: rgb(19,151,252); }
td.TdClassName
{
border-color: #1397FC;
}
.TagClassName
{
border-color: #1397FC;
}
</style>