Shades of Dodger Blue #1361FF
Tints of Dodger Blue #1361FF
RGB
CMYK
RGB Variations
Color information
#1361FF (or 0x1361FF) is known color: Dodger Blue. HEX triplet: 13, 61 and FF. RGB value is (19,97,255). Sum of RGB (Red+Green+Blue) = 19+97+255=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #1361FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1361FF is #EC9E00. Grayscale: #5A5A5A. Windows color (decimal): -15506945 or 16736531. OLE color: 16736531.
HSL color Cylindrical-coordinate representation of color #1361FF: hue angle of 220.17º 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 #1361FF is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 97 | 255 | - |
| CMYK | 0.93 | 0.62 | 0 | 0 |
| HSL | 220.17º | 1% | 0.54% | - |
| HSV(B) | 220.17º | 0.93% | 1% | - |
| XYZ | 22.59 | 15.91 | 96.49 | - |
| YUV | 91.69 | 220.16 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 97 | 255 | 0.93 | 0.62 | 0 | 0 | 220.17 | 1 | 0.54 |
| Hex | 13 | 61 | FF | 5D | 3E | 0 | 0 | DC | 64 | 36 |
| Octal | 23 | 141 | 377 | 135 | 76 | 0 | 0 | 334 | 144 | 66 |
| Binary | 10011 | 1100001 | 11111111 | 1011101 | 111110 | 0 | 0 | 11011100 | 1100100 | 110110 |
Color Harmonies of #1361FF
Complementary color
Monochromatic Colors of #1361FF
Black with #1361FF
Text Example
Text Example
White with #1361FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1361FF; }
p { color: rgb(19,97,255); }
H1.HeaderClassName
{
color: #1361FF;
}
.AnyTagClassName
{
color: #1361FF;
}
</style>
background-color css
<style>
a { background-color: #1361FF; }
a { background-color: rgb(19,97,255); }
div.DivClassName
{
background-color: #1361FF;
}
.BgClassName
{
background-color: #1361FF;
}
</style>
border-color css
<style>
span { border-color: #1361FF; }
span { border-color: rgb(19,97,255); }
td.TdClassName
{
border-color: #1361FF;
}
.TagClassName
{
border-color: #1361FF;
}
</style>