Shades of Dodger Blue #0279FE
Tints of Dodger Blue #0279FE
RGB
CMYK
RGB Variations
Color information
#0279FE (or 0x0279FE) is known color: Dodger Blue. HEX triplet: 02, 79 and FE. RGB value is (2,121,254). Sum of RGB (Red+Green+Blue) = 2+121+254=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 121 (47.66% from 255 or 32.10% from 377); Blue value is 254 (99.61% from 255 or 67.37% from 377); Max value from RGB is 254 - color contains mainly: blue. Hex color #0279FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0279FE is #FD8601. Grayscale: #636363. Windows color (decimal): -16614914 or 16677122. OLE color: 16677122.
HSL color Cylindrical-coordinate representation of color #0279FE: hue angle of 211.67º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0279FE is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 2 | 121 | 254 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.00 |
| HSL | 211.67º | 0.99% | 0.5% | - |
| HSV(B) | 211.67º | 0.99% | 1% | - |
| XYZ | 24.75 | 20.84 | 96.48 | - |
| YUV | 100.58 | 214.58 | 57.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 121 | 254 | 0.99 | 0.52 | 0 | 0.00 | 211.67 | 0.99 | 0.5 |
| Hex | 2 | 79 | FE | 63 | 34 | 0 | 0 | D4 | 63 | 32 |
| Octal | 2 | 171 | 376 | 143 | 64 | 0 | 0 | 324 | 143 | 62 |
| Binary | 10 | 1111001 | 11111110 | 1100011 | 110100 | 0 | 0 | 11010100 | 1100011 | 110010 |
Color Harmonies of #0279FE
Complementary color
Monochromatic Colors of #0279FE
Black with #0279FE
Text Example
Text Example
White with #0279FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0279FE; }
p { color: rgb(2,121,254); }
H1.HeaderClassName
{
color: #0279FE;
}
.AnyTagClassName
{
color: #0279FE;
}
</style>
background-color css
<style>
a { background-color: #0279FE; }
a { background-color: rgb(2,121,254); }
div.DivClassName
{
background-color: #0279FE;
}
.BgClassName
{
background-color: #0279FE;
}
</style>
border-color css
<style>
span { border-color: #0279FE; }
span { border-color: rgb(2,121,254); }
td.TdClassName
{
border-color: #0279FE;
}
.TagClassName
{
border-color: #0279FE;
}
</style>