Shades of Dodger Blue #0291FC
Tints of Dodger Blue #0291FC
RGB
CMYK
RGB Variations
Color information
#0291FC (or 0x0291FC) is known color: Dodger Blue. HEX triplet: 02, 91 and FC. RGB value is (2,145,252). Sum of RGB (Red+Green+Blue) = 2+145+252=399 (52% of max value = 765). Red value is 2 (1.17% from 255 or 0.50% from 399); Green value is 145 (57.03% from 255 or 36.34% from 399); Blue value is 252 (98.83% from 255 or 63.16% from 399); Max value from RGB is 252 - color contains mainly: blue. Hex color #0291FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0291FC is #FD6E03. Grayscale: #717171. Windows color (decimal): -16608772 or 16552194. OLE color: 16552194.
HSL color Cylindrical-coordinate representation of color #0291FC: hue angle of 205.68º 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 #0291FC is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 145 | 252 | - |
| CMYK | 0.99 | 0.42 | 0 | 0.01 |
| HSL | 205.68º | 0.98% | 0.5% | - |
| HSV(B) | 205.68º | 0.99% | 0.99% | - |
| XYZ | 27.72 | 27.29 | 95.9 | - |
| YUV | 114.44 | 205.62 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 145 | 252 | 0.99 | 0.42 | 0 | 0.01 | 205.68 | 0.98 | 0.5 |
| Hex | 2 | 91 | FC | 63 | 2A | 0 | 1 | CE | 62 | 32 |
| Octal | 2 | 221 | 374 | 143 | 52 | 0 | 1 | 316 | 142 | 62 |
| Binary | 10 | 10010001 | 11111100 | 1100011 | 101010 | 0 | 1 | 11001110 | 1100010 | 110010 |
Color Harmonies of #0291FC
Complementary color
Monochromatic Colors of #0291FC
Black with #0291FC
Text Example
Text Example
White with #0291FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0291FC; }
p { color: rgb(2,145,252); }
H1.HeaderClassName
{
color: #0291FC;
}
.AnyTagClassName
{
color: #0291FC;
}
</style>
background-color css
<style>
a { background-color: #0291FC; }
a { background-color: rgb(2,145,252); }
div.DivClassName
{
background-color: #0291FC;
}
.BgClassName
{
background-color: #0291FC;
}
</style>
border-color css
<style>
span { border-color: #0291FC; }
span { border-color: rgb(2,145,252); }
td.TdClassName
{
border-color: #0291FC;
}
.TagClassName
{
border-color: #0291FC;
}
</style>