Shades of Dodger Blue #0273FD
Tints of Dodger Blue #0273FD
RGB
CMYK
RGB Variations
Color information
#0273FD (or 0x0273FD) is known color: Dodger Blue. HEX triplet: 02, 73 and FD. RGB value is (2,115,253). Sum of RGB (Red+Green+Blue) = 2+115+253=370 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 253 (99.22% from 255 or 68.38% from 370); Max value from RGB is 253 - color contains mainly: blue. Hex color #0273FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0273FD is #FD8C02. Grayscale: #606060. Windows color (decimal): -16616451 or 16610050. OLE color: 16610050.
HSL color Cylindrical-coordinate representation of color #0273FD: hue angle of 212.99º 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 #0273FD is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 115 | 253 | - |
| CMYK | 0.99 | 0.55 | 0 | 0.01 |
| HSL | 212.99º | 0.98% | 0.5% | - |
| HSV(B) | 212.99º | 0.99% | 0.99% | - |
| XYZ | 23.89 | 19.37 | 95.41 | - |
| YUV | 96.95 | 216.06 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 115 | 253 | 0.99 | 0.55 | 0 | 0.01 | 212.99 | 0.98 | 0.5 |
| Hex | 2 | 73 | FD | 63 | 37 | 0 | 1 | D5 | 62 | 32 |
| Octal | 2 | 163 | 375 | 143 | 67 | 0 | 1 | 325 | 142 | 62 |
| Binary | 10 | 1110011 | 11111101 | 1100011 | 110111 | 0 | 1 | 11010101 | 1100010 | 110010 |
Color Harmonies of #0273FD
Complementary color
Monochromatic Colors of #0273FD
Black with #0273FD
Text Example
Text Example
White with #0273FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0273FD; }
p { color: rgb(2,115,253); }
H1.HeaderClassName
{
color: #0273FD;
}
.AnyTagClassName
{
color: #0273FD;
}
</style>
background-color css
<style>
a { background-color: #0273FD; }
a { background-color: rgb(2,115,253); }
div.DivClassName
{
background-color: #0273FD;
}
.BgClassName
{
background-color: #0273FD;
}
</style>
border-color css
<style>
span { border-color: #0273FD; }
span { border-color: rgb(2,115,253); }
td.TdClassName
{
border-color: #0273FD;
}
.TagClassName
{
border-color: #0273FD;
}
</style>