Shades of Dodger Blue #0380FB
Tints of Dodger Blue #0380FB
RGB
CMYK
RGB Variations
Color information
#0380FB (or 0x0380FB) is known color: Dodger Blue. HEX triplet: 03, 80 and FB. RGB value is (3,128,251). Sum of RGB (Red+Green+Blue) = 3+128+251=382 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 251 (98.44% from 255 or 65.71% from 382); Max value from RGB is 251 - color contains mainly: blue. Hex color #0380FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0380FB is #FC7F04. Grayscale: #686868. Windows color (decimal): -16547589 or 16482307. OLE color: 16482307.
HSL color Cylindrical-coordinate representation of color #0380FB: hue angle of 209.76º 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 #0380FB is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 3 | 128 | 251 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.02 |
| HSL | 209.76º | 0.98% | 0.5% | - |
| HSV(B) | 209.76º | 0.99% | 0.98% | - |
| XYZ | 25.17 | 22.42 | 94.27 | - |
| YUV | 104.65 | 210.59 | 55.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 128 | 251 | 0.99 | 0.49 | 0 | 0.02 | 209.76 | 0.98 | 0.5 |
| Hex | 3 | 80 | FB | 63 | 31 | 0 | 2 | D2 | 62 | 32 |
| Octal | 3 | 200 | 373 | 143 | 61 | 0 | 2 | 322 | 142 | 62 |
| Binary | 11 | 10000000 | 11111011 | 1100011 | 110001 | 0 | 10 | 11010010 | 1100010 | 110010 |
Color Harmonies of #0380FB
Complementary color
Monochromatic Colors of #0380FB
Black with #0380FB
Text Example
Text Example
White with #0380FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0380FB; }
p { color: rgb(3,128,251); }
H1.HeaderClassName
{
color: #0380FB;
}
.AnyTagClassName
{
color: #0380FB;
}
</style>
background-color css
<style>
a { background-color: #0380FB; }
a { background-color: rgb(3,128,251); }
div.DivClassName
{
background-color: #0380FB;
}
.BgClassName
{
background-color: #0380FB;
}
</style>
border-color css
<style>
span { border-color: #0380FB; }
span { border-color: rgb(3,128,251); }
td.TdClassName
{
border-color: #0380FB;
}
.TagClassName
{
border-color: #0380FB;
}
</style>