Shades of Dodger Blue #0387FA
Tints of Dodger Blue #0387FA
RGB
CMYK
RGB Variations
Color information
#0387FA (or 0x0387FA) is known color: Dodger Blue. HEX triplet: 03, 87 and FA. RGB value is (3,135,250). Sum of RGB (Red+Green+Blue) = 3+135+250=388 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 388); Green value is 135 (53.12% from 255 or 34.79% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #0387FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0387FA is #FC7805. Grayscale: #6C6C6C. Windows color (decimal): -16545798 or 16418563. OLE color: 16418563.
HSL color Cylindrical-coordinate representation of color #0387FA: hue angle of 207.94º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0387FA is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 135 | 250 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.02 |
| HSL | 207.94º | 0.98% | 0.5% | - |
| HSV(B) | 207.94º | 0.99% | 0.98% | - |
| XYZ | 25.96 | 24.25 | 93.76 | - |
| YUV | 108.64 | 207.77 | 52.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 135 | 250 | 0.99 | 0.46 | 0 | 0.02 | 207.94 | 0.98 | 0.5 |
| Hex | 3 | 87 | FA | 63 | 2E | 0 | 2 | D0 | 62 | 32 |
| Octal | 3 | 207 | 372 | 143 | 56 | 0 | 2 | 320 | 142 | 62 |
| Binary | 11 | 10000111 | 11111010 | 1100011 | 101110 | 0 | 10 | 11010000 | 1100010 | 110010 |
Color Harmonies of #0387FA
Complementary color
Monochromatic Colors of #0387FA
Black with #0387FA
Text Example
Text Example
White with #0387FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0387FA; }
p { color: rgb(3,135,250); }
H1.HeaderClassName
{
color: #0387FA;
}
.AnyTagClassName
{
color: #0387FA;
}
</style>
background-color css
<style>
a { background-color: #0387FA; }
a { background-color: rgb(3,135,250); }
div.DivClassName
{
background-color: #0387FA;
}
.BgClassName
{
background-color: #0387FA;
}
</style>
border-color css
<style>
span { border-color: #0387FA; }
span { border-color: rgb(3,135,250); }
td.TdClassName
{
border-color: #0387FA;
}
.TagClassName
{
border-color: #0387FA;
}
</style>