Shades of Dodger Blue #027BFD
Tints of Dodger Blue #027BFD
RGB
CMYK
RGB Variations
Color information
#027BFD (or 0x027BFD) is known color: Dodger Blue. HEX triplet: 02, 7B and FD. RGB value is (2,123,253). Sum of RGB (Red+Green+Blue) = 2+123+253=378 (50% of max value = 765). Red value is 2 (1.17% from 255 or 0.53% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 253 (99.22% from 255 or 66.93% from 378); Max value from RGB is 253 - color contains mainly: blue. Hex color #027BFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #027BFD is #FD8402. Grayscale: #646464. Windows color (decimal): -16614403 or 16612098. OLE color: 16612098.
HSL color Cylindrical-coordinate representation of color #027BFD: hue angle of 211.08º 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 #027BFD is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 123 | 253 | - |
| CMYK | 0.99 | 0.51 | 0 | 0.01 |
| HSL | 211.08º | 0.98% | 0.5% | - |
| HSV(B) | 211.08º | 0.99% | 0.99% | - |
| XYZ | 24.84 | 21.27 | 95.73 | - |
| YUV | 101.64 | 213.41 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 123 | 253 | 0.99 | 0.51 | 0 | 0.01 | 211.08 | 0.98 | 0.5 |
| Hex | 2 | 7B | FD | 63 | 33 | 0 | 1 | D3 | 62 | 32 |
| Octal | 2 | 173 | 375 | 143 | 63 | 0 | 1 | 323 | 142 | 62 |
| Binary | 10 | 1111011 | 11111101 | 1100011 | 110011 | 0 | 1 | 11010011 | 1100010 | 110010 |
Color Harmonies of #027BFD
Complementary color
Monochromatic Colors of #027BFD
Black with #027BFD
Text Example
Text Example
White with #027BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #027BFD; }
p { color: rgb(2,123,253); }
H1.HeaderClassName
{
color: #027BFD;
}
.AnyTagClassName
{
color: #027BFD;
}
</style>
background-color css
<style>
a { background-color: #027BFD; }
a { background-color: rgb(2,123,253); }
div.DivClassName
{
background-color: #027BFD;
}
.BgClassName
{
background-color: #027BFD;
}
</style>
border-color css
<style>
span { border-color: #027BFD; }
span { border-color: rgb(2,123,253); }
td.TdClassName
{
border-color: #027BFD;
}
.TagClassName
{
border-color: #027BFD;
}
</style>