Shades of Dodger Blue #0387FC
Tints of Dodger Blue #0387FC
RGB
CMYK
RGB Variations
Color information
#0387FC (or 0x0387FC) is known color: Dodger Blue. HEX triplet: 03, 87 and FC. RGB value is (3,135,252). Sum of RGB (Red+Green+Blue) = 3+135+252=390 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 252 (98.83% from 255 or 64.62% from 390); Max value from RGB is 252 - color contains mainly: blue. Hex color #0387FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0387FC is #FC7803. Grayscale: #6C6C6C. Windows color (decimal): -16545796 or 16549635. OLE color: 16549635.
HSL color Cylindrical-coordinate representation of color #0387FC: hue angle of 208.19º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0387FC is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 3 | 135 | 252 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.01 |
| HSL | 208.19º | 0.98% | 0.5% | - |
| HSV(B) | 208.19º | 0.99% | 0.99% | - |
| XYZ | 26.27 | 24.38 | 95.42 | - |
| YUV | 108.87 | 208.77 | 52.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 135 | 252 | 0.99 | 0.46 | 0 | 0.01 | 208.19 | 0.98 | 0.5 |
| Hex | 3 | 87 | FC | 63 | 2E | 0 | 1 | D0 | 62 | 32 |
| Octal | 3 | 207 | 374 | 143 | 56 | 0 | 1 | 320 | 142 | 62 |
| Binary | 11 | 10000111 | 11111100 | 1100011 | 101110 | 0 | 1 | 11010000 | 1100010 | 110010 |
Color Harmonies of #0387FC
Complementary color
Monochromatic Colors of #0387FC
Black with #0387FC
Text Example
Text Example
White with #0387FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0387FC; }
p { color: rgb(3,135,252); }
H1.HeaderClassName
{
color: #0387FC;
}
.AnyTagClassName
{
color: #0387FC;
}
</style>
background-color css
<style>
a { background-color: #0387FC; }
a { background-color: rgb(3,135,252); }
div.DivClassName
{
background-color: #0387FC;
}
.BgClassName
{
background-color: #0387FC;
}
</style>
border-color css
<style>
span { border-color: #0387FC; }
span { border-color: rgb(3,135,252); }
td.TdClassName
{
border-color: #0387FC;
}
.TagClassName
{
border-color: #0387FC;
}
</style>