Shades of Dodger Blue #1377FC
Tints of Dodger Blue #1377FC
RGB
CMYK
RGB Variations
Color information
#1377FC (or 0x1377FC) is known color: Dodger Blue. HEX triplet: 13, 77 and FC. RGB value is (19,119,252). Sum of RGB (Red+Green+Blue) = 19+119+252=390 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.87% from 390); Green value is 119 (46.88% from 255 or 30.51% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #1377FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1377FC is #EC8803. Grayscale: #676767. Windows color (decimal): -15501316 or 16545555. OLE color: 16545555.
HSL color Cylindrical-coordinate representation of color #1377FC: hue angle of 214.25º 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 #1377FC is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 119 | 252 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.01 |
| HSL | 214.25º | 0.97% | 0.53% | - |
| HSV(B) | 214.25º | 0.92% | 0.99% | - |
| XYZ | 24.44 | 20.36 | 94.74 | - |
| YUV | 104.26 | 211.37 | 67.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 119 | 252 | 0.92 | 0.53 | 0 | 0.01 | 214.25 | 0.97 | 0.53 |
| Hex | 13 | 77 | FC | 5C | 35 | 0 | 1 | D6 | 61 | 35 |
| Octal | 23 | 167 | 374 | 134 | 65 | 0 | 1 | 326 | 141 | 65 |
| Binary | 10011 | 1110111 | 11111100 | 1011100 | 110101 | 0 | 1 | 11010110 | 1100001 | 110101 |
Color Harmonies of #1377FC
Complementary color
Monochromatic Colors of #1377FC
Black with #1377FC
Text Example
Text Example
White with #1377FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1377FC; }
p { color: rgb(19,119,252); }
H1.HeaderClassName
{
color: #1377FC;
}
.AnyTagClassName
{
color: #1377FC;
}
</style>
background-color css
<style>
a { background-color: #1377FC; }
a { background-color: rgb(19,119,252); }
div.DivClassName
{
background-color: #1377FC;
}
.BgClassName
{
background-color: #1377FC;
}
</style>
border-color css
<style>
span { border-color: #1377FC; }
span { border-color: rgb(19,119,252); }
td.TdClassName
{
border-color: #1377FC;
}
.TagClassName
{
border-color: #1377FC;
}
</style>