Shades of Dodger Blue #0368FE
Tints of Dodger Blue #0368FE
RGB
CMYK
RGB Variations
Color information
#0368FE (or 0x0368FE) is known color: Dodger Blue. HEX triplet: 03, 68 and FE. RGB value is (3,104,254). Sum of RGB (Red+Green+Blue) = 3+104+254=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #0368FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0368FE is #FC9701. Grayscale: #5A5A5A. Windows color (decimal): -16553730 or 16672771. OLE color: 16672771.
HSL color Cylindrical-coordinate representation of color #0368FE: hue angle of 215.86º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0368FE is Cyan = 0.99, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 104 | 254 | - |
| CMYK | 0.99 | 0.59 | 0 | 0.00 |
| HSL | 215.86º | 0.99% | 0.5% | - |
| HSV(B) | 215.86º | 0.99% | 1% | - |
| XYZ | 22.88 | 17.08 | 95.86 | - |
| YUV | 90.9 | 220.04 | 65.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 104 | 254 | 0.99 | 0.59 | 0 | 0.00 | 215.86 | 0.99 | 0.5 |
| Hex | 3 | 68 | FE | 63 | 3B | 0 | 0 | D8 | 63 | 32 |
| Octal | 3 | 150 | 376 | 143 | 73 | 0 | 0 | 330 | 143 | 62 |
| Binary | 11 | 1101000 | 11111110 | 1100011 | 111011 | 0 | 0 | 11011000 | 1100011 | 110010 |
Color Harmonies of #0368FE
Complementary color
Monochromatic Colors of #0368FE
Black with #0368FE
Text Example
Text Example
White with #0368FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0368FE; }
p { color: rgb(3,104,254); }
H1.HeaderClassName
{
color: #0368FE;
}
.AnyTagClassName
{
color: #0368FE;
}
</style>
background-color css
<style>
a { background-color: #0368FE; }
a { background-color: rgb(3,104,254); }
div.DivClassName
{
background-color: #0368FE;
}
.BgClassName
{
background-color: #0368FE;
}
</style>
border-color css
<style>
span { border-color: #0368FE; }
span { border-color: rgb(3,104,254); }
td.TdClassName
{
border-color: #0368FE;
}
.TagClassName
{
border-color: #0368FE;
}
</style>