Shades of Dodger Blue #0297FF
Tints of Dodger Blue #0297FF
RGB
CMYK
RGB Variations
Color information
#0297FF (or 0x0297FF) is known color: Dodger Blue. HEX triplet: 02, 97 and FF. RGB value is (2,151,255). Sum of RGB (Red+Green+Blue) = 2+151+255=408 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 408); Green value is 151 (59.38% from 255 or 37.01% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #0297FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0297FF is #FD6800. Grayscale: #757575. Windows color (decimal): -16607233 or 16750338. OLE color: 16750338.
HSL color Cylindrical-coordinate representation of color #0297FF: hue angle of 204.66º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0297FF is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 2 | 151 | 255 | - |
| CMYK | 0.99 | 0.41 | 0 | 0 |
| HSL | 204.66º | 1% | 0.5% | - |
| HSV(B) | 204.66º | 0.99% | 1% | - |
| XYZ | 29.14 | 29.37 | 98.74 | - |
| YUV | 118.31 | 205.14 | 45.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 151 | 255 | 0.99 | 0.41 | 0 | 0 | 204.66 | 1 | 0.5 |
| Hex | 2 | 97 | FF | 63 | 29 | 0 | 0 | CD | 64 | 32 |
| Octal | 2 | 227 | 377 | 143 | 51 | 0 | 0 | 315 | 144 | 62 |
| Binary | 10 | 10010111 | 11111111 | 1100011 | 101001 | 0 | 0 | 11001101 | 1100100 | 110010 |
Color Harmonies of #0297FF
Complementary color
Monochromatic Colors of #0297FF
Black with #0297FF
Text Example
Text Example
White with #0297FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0297FF; }
p { color: rgb(2,151,255); }
H1.HeaderClassName
{
color: #0297FF;
}
.AnyTagClassName
{
color: #0297FF;
}
</style>
background-color css
<style>
a { background-color: #0297FF; }
a { background-color: rgb(2,151,255); }
div.DivClassName
{
background-color: #0297FF;
}
.BgClassName
{
background-color: #0297FF;
}
</style>
border-color css
<style>
span { border-color: #0297FF; }
span { border-color: rgb(2,151,255); }
td.TdClassName
{
border-color: #0297FF;
}
.TagClassName
{
border-color: #0297FF;
}
</style>