Shades of Dodger Blue #0278FF
Tints of Dodger Blue #0278FF
RGB
CMYK
RGB Variations
Color information
#0278FF (or 0x0278FF) is known color: Dodger Blue. HEX triplet: 02, 78 and FF. RGB value is (2,120,255). Sum of RGB (Red+Green+Blue) = 2+120+255=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 120 (47.27% from 255 or 31.83% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #0278FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0278FF is #FD8700. Grayscale: #636363. Windows color (decimal): -16615169 or 16742402. OLE color: 16742402.
HSL color Cylindrical-coordinate representation of color #0278FF: hue angle of 212.02º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0278FF is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 120 | 255 | - |
| CMYK | 0.99 | 0.53 | 0 | 0 |
| HSL | 212.02º | 1% | 0.5% | - |
| HSV(B) | 212.02º | 0.99% | 1% | - |
| XYZ | 24.79 | 20.67 | 97.29 | - |
| YUV | 100.11 | 215.41 | 58.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 120 | 255 | 0.99 | 0.53 | 0 | 0 | 212.02 | 1 | 0.5 |
| Hex | 2 | 78 | FF | 63 | 35 | 0 | 0 | D4 | 64 | 32 |
| Octal | 2 | 170 | 377 | 143 | 65 | 0 | 0 | 324 | 144 | 62 |
| Binary | 10 | 1111000 | 11111111 | 1100011 | 110101 | 0 | 0 | 11010100 | 1100100 | 110010 |
Color Harmonies of #0278FF
Complementary color
Monochromatic Colors of #0278FF
Black with #0278FF
Text Example
Text Example
White with #0278FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0278FF; }
p { color: rgb(2,120,255); }
H1.HeaderClassName
{
color: #0278FF;
}
.AnyTagClassName
{
color: #0278FF;
}
</style>
background-color css
<style>
a { background-color: #0278FF; }
a { background-color: rgb(2,120,255); }
div.DivClassName
{
background-color: #0278FF;
}
.BgClassName
{
background-color: #0278FF;
}
</style>
border-color css
<style>
span { border-color: #0278FF; }
span { border-color: rgb(2,120,255); }
td.TdClassName
{
border-color: #0278FF;
}
.TagClassName
{
border-color: #0278FF;
}
</style>