Shades of Dodger Blue #1365FB
Tints of Dodger Blue #1365FB
RGB
CMYK
RGB Variations
Color information
#1365FB (or 0x1365FB) is known color: Dodger Blue. HEX triplet: 13, 65 and FB. RGB value is (19,101,251). Sum of RGB (Red+Green+Blue) = 19+101+251=371 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.12% from 371); Green value is 101 (39.84% from 255 or 27.22% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #1365FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1365FB is #EC9A04. Grayscale: #5C5C5C. Windows color (decimal): -15505925 or 16475411. OLE color: 16475411.
HSL color Cylindrical-coordinate representation of color #1365FB: hue angle of 218.79º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1365FB is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 101 | 251 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.02 |
| HSL | 218.79º | 0.97% | 0.53% | - |
| HSV(B) | 218.79º | 0.92% | 0.98% | - |
| XYZ | 22.33 | 16.41 | 93.26 | - |
| YUV | 93.58 | 216.83 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 101 | 251 | 0.92 | 0.60 | 0 | 0.02 | 218.79 | 0.97 | 0.53 |
| Hex | 13 | 65 | FB | 5C | 3C | 0 | 2 | DB | 61 | 35 |
| Octal | 23 | 145 | 373 | 134 | 74 | 0 | 2 | 333 | 141 | 65 |
| Binary | 10011 | 1100101 | 11111011 | 1011100 | 111100 | 0 | 10 | 11011011 | 1100001 | 110101 |
Color Harmonies of #1365FB
Complementary color
Monochromatic Colors of #1365FB
Black with #1365FB
Text Example
Text Example
White with #1365FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1365FB; }
p { color: rgb(19,101,251); }
H1.HeaderClassName
{
color: #1365FB;
}
.AnyTagClassName
{
color: #1365FB;
}
</style>
background-color css
<style>
a { background-color: #1365FB; }
a { background-color: rgb(19,101,251); }
div.DivClassName
{
background-color: #1365FB;
}
.BgClassName
{
background-color: #1365FB;
}
</style>
border-color css
<style>
span { border-color: #1365FB; }
span { border-color: rgb(19,101,251); }
td.TdClassName
{
border-color: #1365FB;
}
.TagClassName
{
border-color: #1365FB;
}
</style>