Shades of Dodger Blue #1392FC
Tints of Dodger Blue #1392FC
RGB
CMYK
RGB Variations
Color information
#1392FC (or 0x1392FC) is known color: Dodger Blue. HEX triplet: 13, 92 and FC. RGB value is (19,146,252). Sum of RGB (Red+Green+Blue) = 19+146+252=417 (55% of max value = 765). Red value is 19 (7.81% from 255 or 4.56% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #1392FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1392FC is #EC6D03. Grayscale: #777777. Windows color (decimal): -15494404 or 16552467. OLE color: 16552467.
HSL color Cylindrical-coordinate representation of color #1392FC: hue angle of 207.3º 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 #1392FC is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 146 | 252 | - |
| CMYK | 0.92 | 0.42 | 0 | 0.01 |
| HSL | 207.3º | 0.97% | 0.53% | - |
| HSV(B) | 207.3º | 0.92% | 0.99% | - |
| XYZ | 28.12 | 27.72 | 95.96 | - |
| YUV | 120.11 | 202.42 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 146 | 252 | 0.92 | 0.42 | 0 | 0.01 | 207.3 | 0.97 | 0.53 |
| Hex | 13 | 92 | FC | 5C | 2A | 0 | 1 | CF | 61 | 35 |
| Octal | 23 | 222 | 374 | 134 | 52 | 0 | 1 | 317 | 141 | 65 |
| Binary | 10011 | 10010010 | 11111100 | 1011100 | 101010 | 0 | 1 | 11001111 | 1100001 | 110101 |
Color Harmonies of #1392FC
Complementary color
Monochromatic Colors of #1392FC
Black with #1392FC
Text Example
Text Example
White with #1392FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1392FC; }
p { color: rgb(19,146,252); }
H1.HeaderClassName
{
color: #1392FC;
}
.AnyTagClassName
{
color: #1392FC;
}
</style>
background-color css
<style>
a { background-color: #1392FC; }
a { background-color: rgb(19,146,252); }
div.DivClassName
{
background-color: #1392FC;
}
.BgClassName
{
background-color: #1392FC;
}
</style>
border-color css
<style>
span { border-color: #1392FC; }
span { border-color: rgb(19,146,252); }
td.TdClassName
{
border-color: #1392FC;
}
.TagClassName
{
border-color: #1392FC;
}
</style>