Shades of Dodger Blue #0388FF
Tints of Dodger Blue #0388FF
RGB
CMYK
RGB Variations
Color information
#0388FF (or 0x0388FF) is known color: Dodger Blue. HEX triplet: 03, 88 and FF. RGB value is (3,136,255). Sum of RGB (Red+Green+Blue) = 3+136+255=394 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 394); Green value is 136 (53.52% from 255 or 34.52% from 394); Blue value is 255 (100% from 255 or 64.72% from 394); Max value from RGB is 255 - color contains mainly: blue. Hex color #0388FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0388FF is #FC7700. Grayscale: #6D6D6D. Windows color (decimal): -16545537 or 16746499. OLE color: 16746499.
HSL color Cylindrical-coordinate representation of color #0388FF: hue angle of 208.33º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0388FF is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 3 | 136 | 255 | - |
| CMYK | 0.99 | 0.47 | 0 | 0 |
| HSL | 208.33º | 1% | 0.51% | - |
| HSV(B) | 208.33º | 0.99% | 1% | - |
| XYZ | 26.89 | 24.85 | 97.99 | - |
| YUV | 109.8 | 209.94 | 51.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 136 | 255 | 0.99 | 0.47 | 0 | 0 | 208.33 | 1 | 0.51 |
| Hex | 3 | 88 | FF | 63 | 2F | 0 | 0 | D0 | 64 | 33 |
| Octal | 3 | 210 | 377 | 143 | 57 | 0 | 0 | 320 | 144 | 63 |
| Binary | 11 | 10001000 | 11111111 | 1100011 | 101111 | 0 | 0 | 11010000 | 1100100 | 110011 |
Color Harmonies of #0388FF
Complementary color
Monochromatic Colors of #0388FF
Black with #0388FF
Text Example
Text Example
White with #0388FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0388FF; }
p { color: rgb(3,136,255); }
H1.HeaderClassName
{
color: #0388FF;
}
.AnyTagClassName
{
color: #0388FF;
}
</style>
background-color css
<style>
a { background-color: #0388FF; }
a { background-color: rgb(3,136,255); }
div.DivClassName
{
background-color: #0388FF;
}
.BgClassName
{
background-color: #0388FF;
}
</style>
border-color css
<style>
span { border-color: #0388FF; }
span { border-color: rgb(3,136,255); }
td.TdClassName
{
border-color: #0388FF;
}
.TagClassName
{
border-color: #0388FF;
}
</style>