Shades of Dodger Blue #1388FC
Tints of Dodger Blue #1388FC
RGB
CMYK
RGB Variations
Color information
#1388FC (or 0x1388FC) is known color: Dodger Blue. HEX triplet: 13, 88 and FC. RGB value is (19,136,252). Sum of RGB (Red+Green+Blue) = 19+136+252=407 (53% of max value = 765). Red value is 19 (7.81% from 255 or 4.67% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 252 (98.83% from 255 or 61.92% from 407); Max value from RGB is 252 - color contains mainly: blue. Hex color #1388FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1388FC is #EC7703. Grayscale: #717171. Windows color (decimal): -15496964 or 16549907. OLE color: 16549907.
HSL color Cylindrical-coordinate representation of color #1388FC: hue angle of 209.87º 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 #1388FC is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 136 | 252 | - |
| CMYK | 0.92 | 0.46 | 0 | 0.01 |
| HSL | 209.87º | 0.97% | 0.53% | - |
| HSV(B) | 209.87º | 0.92% | 0.99% | - |
| XYZ | 26.64 | 24.78 | 95.47 | - |
| YUV | 114.24 | 205.74 | 60.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 136 | 252 | 0.92 | 0.46 | 0 | 0.01 | 209.87 | 0.97 | 0.53 |
| Hex | 13 | 88 | FC | 5C | 2E | 0 | 1 | D2 | 61 | 35 |
| Octal | 23 | 210 | 374 | 134 | 56 | 0 | 1 | 322 | 141 | 65 |
| Binary | 10011 | 10001000 | 11111100 | 1011100 | 101110 | 0 | 1 | 11010010 | 1100001 | 110101 |
Color Harmonies of #1388FC
Complementary color
Monochromatic Colors of #1388FC
Black with #1388FC
Text Example
Text Example
White with #1388FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1388FC; }
p { color: rgb(19,136,252); }
H1.HeaderClassName
{
color: #1388FC;
}
.AnyTagClassName
{
color: #1388FC;
}
</style>
background-color css
<style>
a { background-color: #1388FC; }
a { background-color: rgb(19,136,252); }
div.DivClassName
{
background-color: #1388FC;
}
.BgClassName
{
background-color: #1388FC;
}
</style>
border-color css
<style>
span { border-color: #1388FC; }
span { border-color: rgb(19,136,252); }
td.TdClassName
{
border-color: #1388FC;
}
.TagClassName
{
border-color: #1388FC;
}
</style>