Shades of Dodger Blue #0279FA
Tints of Dodger Blue #0279FA
RGB
CMYK
RGB Variations
Color information
#0279FA (or 0x0279FA) is known color: Dodger Blue. HEX triplet: 02, 79 and FA. RGB value is (2,121,250). Sum of RGB (Red+Green+Blue) = 2+121+250=373 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #0279FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0279FA is #FD8605. Grayscale: #636363. Windows color (decimal): -16614918 or 16414978. OLE color: 16414978.
HSL color Cylindrical-coordinate representation of color #0279FA: hue angle of 211.21º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0279FA is Cyan = 0.99, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 121 | 250 | - |
| CMYK | 0.99 | 0.52 | 0 | 0.02 |
| HSL | 211.21º | 0.98% | 0.49% | - |
| HSV(B) | 211.21º | 0.99% | 0.98% | - |
| XYZ | 24.12 | 20.59 | 93.15 | - |
| YUV | 100.13 | 212.58 | 58.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 121 | 250 | 0.99 | 0.52 | 0 | 0.02 | 211.21 | 0.98 | 0.49 |
| Hex | 2 | 79 | FA | 63 | 34 | 0 | 2 | D3 | 62 | 31 |
| Octal | 2 | 171 | 372 | 143 | 64 | 0 | 2 | 323 | 142 | 61 |
| Binary | 10 | 1111001 | 11111010 | 1100011 | 110100 | 0 | 10 | 11010011 | 1100010 | 110001 |
Color Harmonies of #0279FA
Complementary color
Monochromatic Colors of #0279FA
Black with #0279FA
Text Example
Text Example
White with #0279FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0279FA; }
p { color: rgb(2,121,250); }
H1.HeaderClassName
{
color: #0279FA;
}
.AnyTagClassName
{
color: #0279FA;
}
</style>
background-color css
<style>
a { background-color: #0279FA; }
a { background-color: rgb(2,121,250); }
div.DivClassName
{
background-color: #0279FA;
}
.BgClassName
{
background-color: #0279FA;
}
</style>
border-color css
<style>
span { border-color: #0279FA; }
span { border-color: rgb(2,121,250); }
td.TdClassName
{
border-color: #0279FA;
}
.TagClassName
{
border-color: #0279FA;
}
</style>