Shades of Dodger Blue #0270FC
Tints of Dodger Blue #0270FC
RGB
CMYK
RGB Variations
Color information
#0270FC (or 0x0270FC) is known color: Dodger Blue. HEX triplet: 02, 70 and FC. RGB value is (2,112,252). Sum of RGB (Red+Green+Blue) = 2+112+252=366 (48% of max value = 765). Red value is 2 (1.17% from 255 or 0.55% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #0270FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0270FC is #FD8F03. Grayscale: #5E5E5E. Windows color (decimal): -16617220 or 16543746. OLE color: 16543746.
HSL color Cylindrical-coordinate representation of color #0270FC: hue angle of 213.6º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0270FC is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 112 | 252 | - |
| CMYK | 0.99 | 0.56 | 0 | 0.01 |
| HSL | 213.6º | 0.98% | 0.5% | - |
| HSV(B) | 213.6º | 0.99% | 0.99% | - |
| XYZ | 23.39 | 18.63 | 94.46 | - |
| YUV | 95.07 | 216.56 | 61.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 112 | 252 | 0.99 | 0.56 | 0 | 0.01 | 213.6 | 0.98 | 0.5 |
| Hex | 2 | 70 | FC | 63 | 38 | 0 | 1 | D6 | 62 | 32 |
| Octal | 2 | 160 | 374 | 143 | 70 | 0 | 1 | 326 | 142 | 62 |
| Binary | 10 | 1110000 | 11111100 | 1100011 | 111000 | 0 | 1 | 11010110 | 1100010 | 110010 |
Color Harmonies of #0270FC
Complementary color
Monochromatic Colors of #0270FC
Black with #0270FC
Text Example
Text Example
White with #0270FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0270FC; }
p { color: rgb(2,112,252); }
H1.HeaderClassName
{
color: #0270FC;
}
.AnyTagClassName
{
color: #0270FC;
}
</style>
background-color css
<style>
a { background-color: #0270FC; }
a { background-color: rgb(2,112,252); }
div.DivClassName
{
background-color: #0270FC;
}
.BgClassName
{
background-color: #0270FC;
}
</style>
border-color css
<style>
span { border-color: #0270FC; }
span { border-color: rgb(2,112,252); }
td.TdClassName
{
border-color: #0270FC;
}
.TagClassName
{
border-color: #0270FC;
}
</style>