Shades of Dodger Blue #027BFA
Tints of Dodger Blue #027BFA
RGB
CMYK
RGB Variations
Color information
#027BFA (or 0x027BFA) is known color: Dodger Blue. HEX triplet: 02, 7B and FA. RGB value is (2,123,250). Sum of RGB (Red+Green+Blue) = 2+123+250=375 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 250 (98.05% from 255 or 66.67% from 375); Max value from RGB is 250 - color contains mainly: blue. Hex color #027BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027BFA is #FD8405. Grayscale: #646464. Windows color (decimal): -16614406 or 16415490. OLE color: 16415490.
HSL color Cylindrical-coordinate representation of color #027BFA: hue angle of 210.73º 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 #027BFA is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 2 | 123 | 250 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.02 |
| HSL | 210.73º | 0.98% | 0.49% | - |
| HSV(B) | 210.73º | 0.99% | 0.98% | - |
| XYZ | 24.36 | 21.08 | 93.23 | - |
| YUV | 101.3 | 211.91 | 57.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 250 | 0.99 | 0.51 | 0 | 0.02 | 210.73 | 0.98 | 0.49 |
| Hex | 2 | 7B | FA | 63 | 33 | 0 | 2 | D3 | 62 | 31 |
| Octal | 2 | 173 | 372 | 143 | 63 | 0 | 2 | 323 | 142 | 61 |
| Binary | 10 | 1111011 | 11111010 | 1100011 | 110011 | 0 | 10 | 11010011 | 1100010 | 110001 |
Color Harmonies of #027BFA
Complementary color
Monochromatic Colors of #027BFA
Black with #027BFA
Text Example
Text Example
White with #027BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027BFA; }
p { color: rgb(2,123,250); }
H1.HeaderClassName
{
color: #027BFA;
}
.AnyTagClassName
{
color: #027BFA;
}
</style>
background-color css
<style>
a { background-color: #027BFA; }
a { background-color: rgb(2,123,250); }
div.DivClassName
{
background-color: #027BFA;
}
.BgClassName
{
background-color: #027BFA;
}
</style>
border-color css
<style>
span { border-color: #027BFA; }
span { border-color: rgb(2,123,250); }
td.TdClassName
{
border-color: #027BFA;
}
.TagClassName
{
border-color: #027BFA;
}
</style>