Shades of Dodger Blue #1369FF
Tints of Dodger Blue #1369FF
RGB
CMYK
RGB Variations
Color information
#1369FF (or 0x1369FF) is known color: Dodger Blue. HEX triplet: 13, 69 and FF. RGB value is (19,105,255). Sum of RGB (Red+Green+Blue) = 19+105+255=379 (50% of max value = 765). Red value is 19 (7.81% from 255 or 5.01% from 379); Green value is 105 (41.41% from 255 or 27.70% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #1369FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1369FF is #EC9600. Grayscale: #5F5F5F. Windows color (decimal): -15504897 or 16738579. OLE color: 16738579.
HSL color Cylindrical-coordinate representation of color #1369FF: hue angle of 218.14º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1369FF is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 105 | 255 | - |
| CMYK | 0.93 | 0.59 | 0 | 0 |
| HSL | 218.14º | 1% | 0.54% | - |
| HSV(B) | 218.14º | 0.93% | 1% | - |
| XYZ | 23.37 | 17.46 | 96.75 | - |
| YUV | 96.39 | 217.51 | 72.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 105 | 255 | 0.93 | 0.59 | 0 | 0 | 218.14 | 1 | 0.54 |
| Hex | 13 | 69 | FF | 5D | 3B | 0 | 0 | DA | 64 | 36 |
| Octal | 23 | 151 | 377 | 135 | 73 | 0 | 0 | 332 | 144 | 66 |
| Binary | 10011 | 1101001 | 11111111 | 1011101 | 111011 | 0 | 0 | 11011010 | 1100100 | 110110 |
Color Harmonies of #1369FF
Complementary color
Monochromatic Colors of #1369FF
Black with #1369FF
Text Example
Text Example
White with #1369FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1369FF; }
p { color: rgb(19,105,255); }
H1.HeaderClassName
{
color: #1369FF;
}
.AnyTagClassName
{
color: #1369FF;
}
</style>
background-color css
<style>
a { background-color: #1369FF; }
a { background-color: rgb(19,105,255); }
div.DivClassName
{
background-color: #1369FF;
}
.BgClassName
{
background-color: #1369FF;
}
</style>
border-color css
<style>
span { border-color: #1369FF; }
span { border-color: rgb(19,105,255); }
td.TdClassName
{
border-color: #1369FF;
}
.TagClassName
{
border-color: #1369FF;
}
</style>