Shades of Dodger Blue #0297ED
Tints of Dodger Blue #0297ED
RGB
CMYK
RGB Variations
Color information
#0297ED (or 0x0297ED) is known color: Dodger Blue. HEX triplet: 02, 97 and ED. RGB value is (2,151,237). Sum of RGB (Red+Green+Blue) = 2+151+237=390 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 237 (92.97% from 255 or 60.77% from 390); Max value from RGB is 237 - color contains mainly: blue. Hex color #0297ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0297ED is #FD6812. Grayscale: #737373. Windows color (decimal): -16607251 or 15570690. OLE color: 15570690.
HSL color Cylindrical-coordinate representation of color #0297ED: hue angle of 201.96º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0297ED is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 151 | 237 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.07 |
| HSL | 201.96º | 0.98% | 0.47% | - |
| HSV(B) | 201.96º | 0.99% | 0.93% | - |
| XYZ | 26.38 | 28.26 | 84.19 | - |
| YUV | 116.25 | 196.14 | 46.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 151 | 237 | 0.99 | 0.36 | 0 | 0.07 | 201.96 | 0.98 | 0.47 |
| Hex | 2 | 97 | ED | 63 | 24 | 0 | 7 | CA | 62 | 2F |
| Octal | 2 | 227 | 355 | 143 | 44 | 0 | 7 | 312 | 142 | 57 |
| Binary | 10 | 10010111 | 11101101 | 1100011 | 100100 | 0 | 111 | 11001010 | 1100010 | 101111 |
Color Harmonies of #0297ED
Complementary color
Monochromatic Colors of #0297ED
Black with #0297ED
Text Example
Text Example
White with #0297ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0297ED; }
p { color: rgb(2,151,237); }
H1.HeaderClassName
{
color: #0297ED;
}
.AnyTagClassName
{
color: #0297ED;
}
</style>
background-color css
<style>
a { background-color: #0297ED; }
a { background-color: rgb(2,151,237); }
div.DivClassName
{
background-color: #0297ED;
}
.BgClassName
{
background-color: #0297ED;
}
</style>
border-color css
<style>
span { border-color: #0297ED; }
span { border-color: rgb(2,151,237); }
td.TdClassName
{
border-color: #0297ED;
}
.TagClassName
{
border-color: #0297ED;
}
</style>