Shades of Dodger Blue #1398FC
Tints of Dodger Blue #1398FC
RGB
CMYK
RGB Variations
Color information
#1398FC (or 0x1398FC) is known color: Dodger Blue. HEX triplet: 13, 98 and FC. RGB value is (19,152,252). Sum of RGB (Red+Green+Blue) = 19+152+252=423 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.49% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 252 (98.83% from 255 or 59.57% from 423); Max value from RGB is 252 - color contains mainly: blue. Hex color #1398FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1398FC is #EC6703. Grayscale: #7B7B7B. Windows color (decimal): -15492868 or 16554003. OLE color: 16554003.
HSL color Cylindrical-coordinate representation of color #1398FC: hue angle of 205.75º 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 #1398FC is Cyan = 0.92, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 152 | 252 | - |
| CMYK | 0.92 | 0.40 | 0 | 0.01 |
| HSL | 205.75º | 0.97% | 0.53% | - |
| HSV(B) | 205.75º | 0.92% | 0.99% | - |
| XYZ | 29.07 | 29.62 | 96.28 | - |
| YUV | 123.63 | 200.44 | 53.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 152 | 252 | 0.92 | 0.40 | 0 | 0.01 | 205.75 | 0.97 | 0.53 |
| Hex | 13 | 98 | FC | 5C | 28 | 0 | 1 | CE | 61 | 35 |
| Octal | 23 | 230 | 374 | 134 | 50 | 0 | 1 | 316 | 141 | 65 |
| Binary | 10011 | 10011000 | 11111100 | 1011100 | 101000 | 0 | 1 | 11001110 | 1100001 | 110101 |
Color Harmonies of #1398FC
Complementary color
Monochromatic Colors of #1398FC
Black with #1398FC
Text Example
Text Example
White with #1398FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1398FC; }
p { color: rgb(19,152,252); }
H1.HeaderClassName
{
color: #1398FC;
}
.AnyTagClassName
{
color: #1398FC;
}
</style>
background-color css
<style>
a { background-color: #1398FC; }
a { background-color: rgb(19,152,252); }
div.DivClassName
{
background-color: #1398FC;
}
.BgClassName
{
background-color: #1398FC;
}
</style>
border-color css
<style>
span { border-color: #1398FC; }
span { border-color: rgb(19,152,252); }
td.TdClassName
{
border-color: #1398FC;
}
.TagClassName
{
border-color: #1398FC;
}
</style>