Shades of Dodger Blue #1967FA
Tints of Dodger Blue #1967FA
RGB
CMYK
RGB Variations
Color information
#1967FA (or 0x1967FA) is known color: Dodger Blue. HEX triplet: 19, 67 and FA. RGB value is (25,103,250). Sum of RGB (Red+Green+Blue) = 25+103+250=378 (50% of max value = 765). Red value is 25 (10.16% from 255 or 6.61% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 250 (98.05% from 255 or 66.14% from 378); Max value from RGB is 250 - color contains mainly: blue. Hex color #1967FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1967FA is #E69805. Grayscale: #5F5F5F. Windows color (decimal): -15112198 or 16410393. OLE color: 16410393.
HSL color Cylindrical-coordinate representation of color #1967FA: hue angle of 219.2º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1967FA is Cyan = 0.9, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 103 | 250 | - |
| CMYK | 0.9 | 0.59 | 0 | 0.02 |
| HSL | 219.2º | 0.96% | 0.54% | - |
| HSV(B) | 219.2º | 0.9% | 0.98% | - |
| XYZ | 22.51 | 16.81 | 92.5 | - |
| YUV | 96.44 | 214.66 | 77.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 250 | 0.9 | 0.59 | 0 | 0.02 | 219.2 | 0.96 | 0.54 |
| Hex | 19 | 67 | FA | 5A | 3B | 0 | 2 | DB | 60 | 36 |
| Octal | 31 | 147 | 372 | 132 | 73 | 0 | 2 | 333 | 140 | 66 |
| Binary | 11001 | 1100111 | 11111010 | 1011010 | 111011 | 0 | 10 | 11011011 | 1100000 | 110110 |
Color Harmonies of #1967FA
Complementary color
Monochromatic Colors of #1967FA
Black with #1967FA
Text Example
Text Example
White with #1967FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1967FA; }
p { color: rgb(25,103,250); }
H1.HeaderClassName
{
color: #1967FA;
}
.AnyTagClassName
{
color: #1967FA;
}
</style>
background-color css
<style>
a { background-color: #1967FA; }
a { background-color: rgb(25,103,250); }
div.DivClassName
{
background-color: #1967FA;
}
.BgClassName
{
background-color: #1967FA;
}
</style>
border-color css
<style>
span { border-color: #1967FA; }
span { border-color: rgb(25,103,250); }
td.TdClassName
{
border-color: #1967FA;
}
.TagClassName
{
border-color: #1967FA;
}
</style>