Shades of Dodger Blue #0387FE
Tints of Dodger Blue #0387FE
RGB
CMYK
RGB Variations
Color information
#0387FE (or 0x0387FE) is known color: Dodger Blue. HEX triplet: 03, 87 and FE. RGB value is (3,135,254). Sum of RGB (Red+Green+Blue) = 3+135+254=392 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 392); Green value is 135 (53.12% from 255 or 34.44% from 392); Blue value is 254 (99.61% from 255 or 64.80% from 392); Max value from RGB is 254 - color contains mainly: blue. Hex color #0387FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0387FE is #FC7801. Grayscale: #6C6C6C. Windows color (decimal): -16545794 or 16680707. OLE color: 16680707.
HSL color Cylindrical-coordinate representation of color #0387FE: hue angle of 208.45º 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 #0387FE is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 3 | 135 | 254 | - |
| CMYK | 0.99 | 0.47 | 0 | 0.00 |
| HSL | 208.45º | 0.99% | 0.5% | - |
| HSV(B) | 208.45º | 0.99% | 1% | - |
| XYZ | 26.59 | 24.5 | 97.09 | - |
| YUV | 109.1 | 209.77 | 52.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 135 | 254 | 0.99 | 0.47 | 0 | 0.00 | 208.45 | 0.99 | 0.5 |
| Hex | 3 | 87 | FE | 63 | 2F | 0 | 0 | D0 | 63 | 32 |
| Octal | 3 | 207 | 376 | 143 | 57 | 0 | 0 | 320 | 143 | 62 |
| Binary | 11 | 10000111 | 11111110 | 1100011 | 101111 | 0 | 0 | 11010000 | 1100011 | 110010 |
Color Harmonies of #0387FE
Complementary color
Monochromatic Colors of #0387FE
Black with #0387FE
Text Example
Text Example
White with #0387FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0387FE; }
p { color: rgb(3,135,254); }
H1.HeaderClassName
{
color: #0387FE;
}
.AnyTagClassName
{
color: #0387FE;
}
</style>
background-color css
<style>
a { background-color: #0387FE; }
a { background-color: rgb(3,135,254); }
div.DivClassName
{
background-color: #0387FE;
}
.BgClassName
{
background-color: #0387FE;
}
</style>
border-color css
<style>
span { border-color: #0387FE; }
span { border-color: rgb(3,135,254); }
td.TdClassName
{
border-color: #0387FE;
}
.TagClassName
{
border-color: #0387FE;
}
</style>