Shades of Dodger Blue #1363FF
Tints of Dodger Blue #1363FF
RGB
CMYK
RGB Variations
Color information
#1363FF (or 0x1363FF) is known color: Dodger Blue. HEX triplet: 13, 63 and FF. RGB value is (19,99,255). Sum of RGB (Red+Green+Blue) = 19+99+255=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 255 (100% from 255 or 68.36% from 373); Max value from RGB is 255 - color contains mainly: blue. Hex color #1363FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1363FF is #EC9C00. Grayscale: #5C5C5C. Windows color (decimal): -15506433 or 16737043. OLE color: 16737043.
HSL color Cylindrical-coordinate representation of color #1363FF: hue angle of 219.66º 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 #1363FF is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 99 | 255 | - |
| CMYK | 0.93 | 0.61 | 0 | 0 |
| HSL | 219.66º | 1% | 0.54% | - |
| HSV(B) | 219.66º | 0.93% | 1% | - |
| XYZ | 22.78 | 16.28 | 96.55 | - |
| YUV | 92.86 | 219.5 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 99 | 255 | 0.93 | 0.61 | 0 | 0 | 219.66 | 1 | 0.54 |
| Hex | 13 | 63 | FF | 5D | 3D | 0 | 0 | DC | 64 | 36 |
| Octal | 23 | 143 | 377 | 135 | 75 | 0 | 0 | 334 | 144 | 66 |
| Binary | 10011 | 1100011 | 11111111 | 1011101 | 111101 | 0 | 0 | 11011100 | 1100100 | 110110 |
Color Harmonies of #1363FF
Complementary color
Monochromatic Colors of #1363FF
Black with #1363FF
Text Example
Text Example
White with #1363FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1363FF; }
p { color: rgb(19,99,255); }
H1.HeaderClassName
{
color: #1363FF;
}
.AnyTagClassName
{
color: #1363FF;
}
</style>
background-color css
<style>
a { background-color: #1363FF; }
a { background-color: rgb(19,99,255); }
div.DivClassName
{
background-color: #1363FF;
}
.BgClassName
{
background-color: #1363FF;
}
</style>
border-color css
<style>
span { border-color: #1363FF; }
span { border-color: rgb(19,99,255); }
td.TdClassName
{
border-color: #1363FF;
}
.TagClassName
{
border-color: #1363FF;
}
</style>