Shades of Dodger Blue #0388FB
Tints of Dodger Blue #0388FB
RGB
CMYK
RGB Variations
Color information
#0388FB (or 0x0388FB) is known color: Dodger Blue. HEX triplet: 03, 88 and FB. RGB value is (3,136,251). Sum of RGB (Red+Green+Blue) = 3+136+251=390 (51% of max value = 765). Red value is 3 (1.56% from 255 or 0.77% from 390); Green value is 136 (53.52% from 255 or 34.87% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #0388FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0388FB is #FC7704. Grayscale: #6C6C6C. Windows color (decimal): -16545541 or 16484355. OLE color: 16484355.
HSL color Cylindrical-coordinate representation of color #0388FB: hue angle of 207.82º 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 #0388FB is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 136 | 251 | - |
| CMYK | 0.99 | 0.46 | 0 | 0.02 |
| HSL | 207.82º | 0.98% | 0.5% | - |
| HSV(B) | 207.82º | 0.99% | 0.98% | - |
| XYZ | 26.25 | 24.59 | 94.63 | - |
| YUV | 109.34 | 207.94 | 52.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 136 | 251 | 0.99 | 0.46 | 0 | 0.02 | 207.82 | 0.98 | 0.5 |
| Hex | 3 | 88 | FB | 63 | 2E | 0 | 2 | D0 | 62 | 32 |
| Octal | 3 | 210 | 373 | 143 | 56 | 0 | 2 | 320 | 142 | 62 |
| Binary | 11 | 10001000 | 11111011 | 1100011 | 101110 | 0 | 10 | 11010000 | 1100010 | 110010 |
Color Harmonies of #0388FB
Complementary color
Monochromatic Colors of #0388FB
Black with #0388FB
Text Example
Text Example
White with #0388FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0388FB; }
p { color: rgb(3,136,251); }
H1.HeaderClassName
{
color: #0388FB;
}
.AnyTagClassName
{
color: #0388FB;
}
</style>
background-color css
<style>
a { background-color: #0388FB; }
a { background-color: rgb(3,136,251); }
div.DivClassName
{
background-color: #0388FB;
}
.BgClassName
{
background-color: #0388FB;
}
</style>
border-color css
<style>
span { border-color: #0388FB; }
span { border-color: rgb(3,136,251); }
td.TdClassName
{
border-color: #0388FB;
}
.TagClassName
{
border-color: #0388FB;
}
</style>