Shades of Dodger Blue #1375F9
Tints of Dodger Blue #1375F9
RGB
CMYK
RGB Variations
Color information
#1375F9 (or 0x1375F9) is known color: Dodger Blue. HEX triplet: 13, 75 and F9. RGB value is (19,117,249). Sum of RGB (Red+Green+Blue) = 19+117+249=385 (50% of max value = 765). Red value is 19 (7.81% from 255 or 4.94% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 249 (97.66% from 255 or 64.68% from 385); Max value from RGB is 249 - color contains mainly: blue. Hex color #1375F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1375F9 is #EC8A06. Grayscale: #666666. Windows color (decimal): -15501831 or 16348435. OLE color: 16348435.
HSL color Cylindrical-coordinate representation of color #1375F9: hue angle of 214.43º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1375F9 is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 117 | 249 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.02 |
| HSL | 214.43º | 0.95% | 0.53% | - |
| HSV(B) | 214.43º | 0.92% | 0.98% | - |
| XYZ | 23.73 | 19.7 | 92.17 | - |
| YUV | 102.75 | 210.53 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 117 | 249 | 0.92 | 0.53 | 0 | 0.02 | 214.43 | 0.95 | 0.53 |
| Hex | 13 | 75 | F9 | 5C | 35 | 0 | 2 | D6 | 5F | 35 |
| Octal | 23 | 165 | 371 | 134 | 65 | 0 | 2 | 326 | 137 | 65 |
| Binary | 10011 | 1110101 | 11111001 | 1011100 | 110101 | 0 | 10 | 11010110 | 1011111 | 110101 |
Color Harmonies of #1375F9
Complementary color
Monochromatic Colors of #1375F9
Black with #1375F9
Text Example
Text Example
White with #1375F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1375F9; }
p { color: rgb(19,117,249); }
H1.HeaderClassName
{
color: #1375F9;
}
.AnyTagClassName
{
color: #1375F9;
}
</style>
background-color css
<style>
a { background-color: #1375F9; }
a { background-color: rgb(19,117,249); }
div.DivClassName
{
background-color: #1375F9;
}
.BgClassName
{
background-color: #1375F9;
}
</style>
border-color css
<style>
span { border-color: #1375F9; }
span { border-color: rgb(19,117,249); }
td.TdClassName
{
border-color: #1375F9;
}
.TagClassName
{
border-color: #1375F9;
}
</style>