Shades of Dodger Blue #027BFC
Tints of Dodger Blue #027BFC
RGB
CMYK
RGB Variations
Color information
#027BFC (or 0x027BFC) is known color: Dodger Blue. HEX triplet: 02, 7B and FC. RGB value is (2,123,252). Sum of RGB (Red+Green+Blue) = 2+123+252=377 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 377); Green value is 123 (48.44% from 255 or 32.63% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #027BFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027BFC is #FD8403. Grayscale: #646464. Windows color (decimal): -16614404 or 16546562. OLE color: 16546562.
HSL color Cylindrical-coordinate representation of color #027BFC: hue angle of 210.96º 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 #027BFC is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 123 | 252 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.01 |
| HSL | 210.96º | 0.98% | 0.5% | - |
| HSV(B) | 210.96º | 0.99% | 0.99% | - |
| XYZ | 24.68 | 21.21 | 94.89 | - |
| YUV | 101.53 | 212.91 | 57.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 252 | 0.99 | 0.51 | 0 | 0.01 | 210.96 | 0.98 | 0.5 |
| Hex | 2 | 7B | FC | 63 | 33 | 0 | 1 | D3 | 62 | 32 |
| Octal | 2 | 173 | 374 | 143 | 63 | 0 | 1 | 323 | 142 | 62 |
| Binary | 10 | 1111011 | 11111100 | 1100011 | 110011 | 0 | 1 | 11010011 | 1100010 | 110010 |
Color Harmonies of #027BFC
Complementary color
Monochromatic Colors of #027BFC
Black with #027BFC
Text Example
Text Example
White with #027BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027BFC; }
p { color: rgb(2,123,252); }
H1.HeaderClassName
{
color: #027BFC;
}
.AnyTagClassName
{
color: #027BFC;
}
</style>
background-color css
<style>
a { background-color: #027BFC; }
a { background-color: rgb(2,123,252); }
div.DivClassName
{
background-color: #027BFC;
}
.BgClassName
{
background-color: #027BFC;
}
</style>
border-color css
<style>
span { border-color: #027BFC; }
span { border-color: rgb(2,123,252); }
td.TdClassName
{
border-color: #027BFC;
}
.TagClassName
{
border-color: #027BFC;
}
</style>