Shades of Dodger Blue #0275FD
Tints of Dodger Blue #0275FD
RGB
CMYK
RGB Variations
Color information
#0275FD (or 0x0275FD) is known color: Dodger Blue. HEX triplet: 02, 75 and FD. RGB value is (2,117,253). Sum of RGB (Red+Green+Blue) = 2+117+253=372 (49% of max value = 765). Red value is 2 (1.17% from 255 or 0.54% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 253 (99.22% from 255 or 68.01% from 372); Max value from RGB is 253 - color contains mainly: blue. Hex color #0275FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0275FD is #FD8A02. Grayscale: #616161. Windows color (decimal): -16615939 or 16610562. OLE color: 16610562.
HSL color Cylindrical-coordinate representation of color #0275FD: hue angle of 212.51º 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 #0275FD is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 117 | 253 | - |
| CMYK | 0.99 | 0.54 | 0 | 0.01 |
| HSL | 212.51º | 0.98% | 0.5% | - |
| HSV(B) | 212.51º | 0.99% | 0.99% | - |
| XYZ | 24.12 | 19.83 | 95.48 | - |
| YUV | 98.12 | 215.4 | 59.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 117 | 253 | 0.99 | 0.54 | 0 | 0.01 | 212.51 | 0.98 | 0.5 |
| Hex | 2 | 75 | FD | 63 | 36 | 0 | 1 | D5 | 62 | 32 |
| Octal | 2 | 165 | 375 | 143 | 66 | 0 | 1 | 325 | 142 | 62 |
| Binary | 10 | 1110101 | 11111101 | 1100011 | 110110 | 0 | 1 | 11010101 | 1100010 | 110010 |
Color Harmonies of #0275FD
Complementary color
Monochromatic Colors of #0275FD
Black with #0275FD
Text Example
Text Example
White with #0275FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0275FD; }
p { color: rgb(2,117,253); }
H1.HeaderClassName
{
color: #0275FD;
}
.AnyTagClassName
{
color: #0275FD;
}
</style>
background-color css
<style>
a { background-color: #0275FD; }
a { background-color: rgb(2,117,253); }
div.DivClassName
{
background-color: #0275FD;
}
.BgClassName
{
background-color: #0275FD;
}
</style>
border-color css
<style>
span { border-color: #0275FD; }
span { border-color: rgb(2,117,253); }
td.TdClassName
{
border-color: #0275FD;
}
.TagClassName
{
border-color: #0275FD;
}
</style>