Shades of Dodger Blue #1367FB
Tints of Dodger Blue #1367FB
RGB
CMYK
RGB Variations
Color information
#1367FB (or 0x1367FB) is known color: Dodger Blue. HEX triplet: 13, 67 and FB. RGB value is (19,103,251). Sum of RGB (Red+Green+Blue) = 19+103+251=373 (49% of max value = 765). Red value is 19 (7.81% from 255 or 5.09% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 251 (98.44% from 255 or 67.29% from 373); Max value from RGB is 251 - color contains mainly: blue. Hex color #1367FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1367FB is #EC9804. Grayscale: #5E5E5E. Windows color (decimal): -15505413 or 16475923. OLE color: 16475923.
HSL color Cylindrical-coordinate representation of color #1367FB: hue angle of 218.28º 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 #1367FB is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 103 | 251 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.02 |
| HSL | 218.28º | 0.97% | 0.53% | - |
| HSV(B) | 218.28º | 0.92% | 0.98% | - |
| XYZ | 22.53 | 16.8 | 93.32 | - |
| YUV | 94.76 | 216.17 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 103 | 251 | 0.92 | 0.59 | 0 | 0.02 | 218.28 | 0.97 | 0.53 |
| Hex | 13 | 67 | FB | 5C | 3B | 0 | 2 | DA | 61 | 35 |
| Octal | 23 | 147 | 373 | 134 | 73 | 0 | 2 | 332 | 141 | 65 |
| Binary | 10011 | 1100111 | 11111011 | 1011100 | 111011 | 0 | 10 | 11011010 | 1100001 | 110101 |
Color Harmonies of #1367FB
Complementary color
Monochromatic Colors of #1367FB
Black with #1367FB
Text Example
Text Example
White with #1367FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1367FB; }
p { color: rgb(19,103,251); }
H1.HeaderClassName
{
color: #1367FB;
}
.AnyTagClassName
{
color: #1367FB;
}
</style>
background-color css
<style>
a { background-color: #1367FB; }
a { background-color: rgb(19,103,251); }
div.DivClassName
{
background-color: #1367FB;
}
.BgClassName
{
background-color: #1367FB;
}
</style>
border-color css
<style>
span { border-color: #1367FB; }
span { border-color: rgb(19,103,251); }
td.TdClassName
{
border-color: #1367FB;
}
.TagClassName
{
border-color: #1367FB;
}
</style>