Shades of Dodger Blue #0297EC
Tints of Dodger Blue #0297EC
RGB
CMYK
RGB Variations
Color information
#0297EC (or 0x0297EC) is known color: Dodger Blue. HEX triplet: 02, 97 and EC. RGB value is (2,151,236). Sum of RGB (Red+Green+Blue) = 2+151+236=389 (51% of max value = 765). Red value is 2 (1.17% from 255 or 0.51% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 236 (92.58% from 255 or 60.67% from 389); Max value from RGB is 236 - color contains mainly: blue. Hex color #0297EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0297EC is #FD6813. Grayscale: #737373. Windows color (decimal): -16607252 or 15505154. OLE color: 15505154.
HSL color Cylindrical-coordinate representation of color #0297EC: hue angle of 201.79º 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 #0297EC is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 2 | 151 | 236 | - |
| CMYK | 0.99 | 0.36 | 0 | 0.07 |
| HSL | 201.79º | 0.98% | 0.47% | - |
| HSV(B) | 201.79º | 0.99% | 0.93% | - |
| XYZ | 26.23 | 28.2 | 83.42 | - |
| YUV | 116.14 | 195.64 | 46.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 151 | 236 | 0.99 | 0.36 | 0 | 0.07 | 201.79 | 0.98 | 0.47 |
| Hex | 2 | 97 | EC | 63 | 24 | 0 | 7 | CA | 62 | 2F |
| Octal | 2 | 227 | 354 | 143 | 44 | 0 | 7 | 312 | 142 | 57 |
| Binary | 10 | 10010111 | 11101100 | 1100011 | 100100 | 0 | 111 | 11001010 | 1100010 | 101111 |
Color Harmonies of #0297EC
Complementary color
Monochromatic Colors of #0297EC
Black with #0297EC
Text Example
Text Example
White with #0297EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0297EC; }
p { color: rgb(2,151,236); }
H1.HeaderClassName
{
color: #0297EC;
}
.AnyTagClassName
{
color: #0297EC;
}
</style>
background-color css
<style>
a { background-color: #0297EC; }
a { background-color: rgb(2,151,236); }
div.DivClassName
{
background-color: #0297EC;
}
.BgClassName
{
background-color: #0297EC;
}
</style>
border-color css
<style>
span { border-color: #0297EC; }
span { border-color: rgb(2,151,236); }
td.TdClassName
{
border-color: #0297EC;
}
.TagClassName
{
border-color: #0297EC;
}
</style>