Shades of Dodger Blue #0297FD
Tints of Dodger Blue #0297FD
RGB
CMYK
RGB Variations
Color information
#0297FD (or 0x0297FD) is known color: Dodger Blue. HEX triplet: 02, 97 and FD. RGB value is (2,151,253). Sum of RGB (Red+Green+Blue) = 2+151+253=406 (53% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 253 (99.22% from 255 or 62.32% from 406); Max value from RGB is 253 - color contains mainly: blue. Hex color #0297FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0297FD is #FD6802. Grayscale: #757575. Windows color (decimal): -16607235 or 16619266. OLE color: 16619266.
HSL color Cylindrical-coordinate representation of color #0297FD: hue angle of 204.38º 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 #0297FD is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 2 | 151 | 253 | - |
| CMYK | 0.99 | 0.40 | 0 | 0.01 |
| HSL | 204.38º | 0.98% | 0.5% | - |
| HSV(B) | 204.38º | 0.99% | 0.99% | - |
| XYZ | 28.82 | 29.24 | 97.05 | - |
| YUV | 118.08 | 204.14 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 151 | 253 | 0.99 | 0.40 | 0 | 0.01 | 204.38 | 0.98 | 0.5 |
| Hex | 2 | 97 | FD | 63 | 28 | 0 | 1 | CC | 62 | 32 |
| Octal | 2 | 227 | 375 | 143 | 50 | 0 | 1 | 314 | 142 | 62 |
| Binary | 10 | 10010111 | 11111101 | 1100011 | 101000 | 0 | 1 | 11001100 | 1100010 | 110010 |
Color Harmonies of #0297FD
Complementary color
Monochromatic Colors of #0297FD
Black with #0297FD
Text Example
Text Example
White with #0297FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0297FD; }
p { color: rgb(2,151,253); }
H1.HeaderClassName
{
color: #0297FD;
}
.AnyTagClassName
{
color: #0297FD;
}
</style>
background-color css
<style>
a { background-color: #0297FD; }
a { background-color: rgb(2,151,253); }
div.DivClassName
{
background-color: #0297FD;
}
.BgClassName
{
background-color: #0297FD;
}
</style>
border-color css
<style>
span { border-color: #0297FD; }
span { border-color: rgb(2,151,253); }
td.TdClassName
{
border-color: #0297FD;
}
.TagClassName
{
border-color: #0297FD;
}
</style>