Shades of Dodger Blue #1365FE
Tints of Dodger Blue #1365FE
RGB
CMYK
RGB Variations
Color information
#1365FE (or 0x1365FE) is known color: Dodger Blue. HEX triplet: 13, 65 and FE. RGB value is (19,101,254). Sum of RGB (Red+Green+Blue) = 19+101+254=374 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.08% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 254 (99.61% from 255 or 67.91% from 374); Max value from RGB is 254 - color contains mainly: blue. Hex color #1365FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1365FE is #EC9A01. Grayscale: #5D5D5D. Windows color (decimal): -15505922 or 16672019. OLE color: 16672019.
HSL color Cylindrical-coordinate representation of color #1365FE: hue angle of 219.06º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1365FE is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 101 | 254 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.00 |
| HSL | 219.06º | 0.99% | 0.54% | - |
| HSV(B) | 219.06º | 0.93% | 1% | - |
| XYZ | 22.81 | 16.6 | 95.77 | - |
| YUV | 93.92 | 218.33 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 254 | 0.93 | 0.60 | 0 | 0.00 | 219.06 | 0.99 | 0.54 |
| Hex | 13 | 65 | FE | 5D | 3C | 0 | 0 | DB | 63 | 36 |
| Octal | 23 | 145 | 376 | 135 | 74 | 0 | 0 | 333 | 143 | 66 |
| Binary | 10011 | 1100101 | 11111110 | 1011101 | 111100 | 0 | 0 | 11011011 | 1100011 | 110110 |
Color Harmonies of #1365FE
Complementary color
Monochromatic Colors of #1365FE
Black with #1365FE
Text Example
Text Example
White with #1365FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1365FE; }
p { color: rgb(19,101,254); }
H1.HeaderClassName
{
color: #1365FE;
}
.AnyTagClassName
{
color: #1365FE;
}
</style>
background-color css
<style>
a { background-color: #1365FE; }
a { background-color: rgb(19,101,254); }
div.DivClassName
{
background-color: #1365FE;
}
.BgClassName
{
background-color: #1365FE;
}
</style>
border-color css
<style>
span { border-color: #1365FE; }
span { border-color: rgb(19,101,254); }
td.TdClassName
{
border-color: #1365FE;
}
.TagClassName
{
border-color: #1365FE;
}
</style>