Shades of Dodger Blue #027AFB
Tints of Dodger Blue #027AFB
RGB
CMYK
RGB Variations
Color information
#027AFB (or 0x027AFB) is known color: Dodger Blue. HEX triplet: 02, 7A and FB. RGB value is (2,122,251). Sum of RGB (Red+Green+Blue) = 2+122+251=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #027AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027AFB is #FD8504. Grayscale: #646464. Windows color (decimal): -16614661 or 16480770. OLE color: 16480770.
HSL color Cylindrical-coordinate representation of color #027AFB: hue angle of 211.08º 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 #027AFB is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 122 | 251 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.02 |
| HSL | 211.08º | 0.98% | 0.5% | - |
| HSV(B) | 211.08º | 0.99% | 0.98% | - |
| XYZ | 24.4 | 20.9 | 94.01 | - |
| YUV | 100.83 | 212.74 | 57.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 122 | 251 | 0.99 | 0.51 | 0 | 0.02 | 211.08 | 0.98 | 0.5 |
| Hex | 2 | 7A | FB | 63 | 33 | 0 | 2 | D3 | 62 | 32 |
| Octal | 2 | 172 | 373 | 143 | 63 | 0 | 2 | 323 | 142 | 62 |
| Binary | 10 | 1111010 | 11111011 | 1100011 | 110011 | 0 | 10 | 11010011 | 1100010 | 110010 |
Color Harmonies of #027AFB
Complementary color
Monochromatic Colors of #027AFB
Black with #027AFB
Text Example
Text Example
White with #027AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027AFB; }
p { color: rgb(2,122,251); }
H1.HeaderClassName
{
color: #027AFB;
}
.AnyTagClassName
{
color: #027AFB;
}
</style>
background-color css
<style>
a { background-color: #027AFB; }
a { background-color: rgb(2,122,251); }
div.DivClassName
{
background-color: #027AFB;
}
.BgClassName
{
background-color: #027AFB;
}
</style>
border-color css
<style>
span { border-color: #027AFB; }
span { border-color: rgb(2,122,251); }
td.TdClassName
{
border-color: #027AFB;
}
.TagClassName
{
border-color: #027AFB;
}
</style>