Shades of Dodger Blue #1375FC
Tints of Dodger Blue #1375FC
RGB
CMYK
RGB Variations
Color information
#1375FC (or 0x1375FC) is known color: Dodger Blue. HEX triplet: 13, 75 and FC. RGB value is (19,117,252). Sum of RGB (Red+Green+Blue) = 19+117+252=388 (51% of max value = 765). Red value is 19 (7.81% from 255 or 4.90% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #1375FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1375FC is #EC8A03. Grayscale: #666666. Windows color (decimal): -15501828 or 16545043. OLE color: 16545043.
HSL color Cylindrical-coordinate representation of color #1375FC: hue angle of 214.76º 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 #1375FC is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 117 | 252 | - |
| CMYK | 0.92 | 0.54 | 0 | 0.01 |
| HSL | 214.76º | 0.97% | 0.53% | - |
| HSV(B) | 214.76º | 0.92% | 0.99% | - |
| XYZ | 24.2 | 19.89 | 94.66 | - |
| YUV | 103.09 | 212.03 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 252 | 0.92 | 0.54 | 0 | 0.01 | 214.76 | 0.97 | 0.53 |
| Hex | 13 | 75 | FC | 5C | 36 | 0 | 1 | D7 | 61 | 35 |
| Octal | 23 | 165 | 374 | 134 | 66 | 0 | 1 | 327 | 141 | 65 |
| Binary | 10011 | 1110101 | 11111100 | 1011100 | 110110 | 0 | 1 | 11010111 | 1100001 | 110101 |
Color Harmonies of #1375FC
Complementary color
Monochromatic Colors of #1375FC
Black with #1375FC
Text Example
Text Example
White with #1375FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1375FC; }
p { color: rgb(19,117,252); }
H1.HeaderClassName
{
color: #1375FC;
}
.AnyTagClassName
{
color: #1375FC;
}
</style>
background-color css
<style>
a { background-color: #1375FC; }
a { background-color: rgb(19,117,252); }
div.DivClassName
{
background-color: #1375FC;
}
.BgClassName
{
background-color: #1375FC;
}
</style>
border-color css
<style>
span { border-color: #1375FC; }
span { border-color: rgb(19,117,252); }
td.TdClassName
{
border-color: #1375FC;
}
.TagClassName
{
border-color: #1375FC;
}
</style>