Shades of Dodger Blue #0762FF
Tints of Dodger Blue #0762FF
RGB
CMYK
RGB Variations
Color information
#0762FF (or 0x0762FF) is known color: Dodger Blue. HEX triplet: 07, 62 and FF. RGB value is (7,98,255). Sum of RGB (Red+Green+Blue) = 7+98+255=360 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 360); Green value is 98 (38.67% from 255 or 27.22% from 360); Blue value is 255 (100% from 255 or 70.83% from 360); Max value from RGB is 255 - color contains mainly: blue. Hex color #0762FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0762FF is #F89D00. Grayscale: #575757. Windows color (decimal): -16293121 or 16736775. OLE color: 16736775.
HSL color Cylindrical-coordinate representation of color #0762FF: hue angle of 217.98º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0762FF is Cyan = 0.97, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 98 | 255 | - |
| CMYK | 0.97 | 0.62 | 0 | 0 |
| HSL | 217.98º | 1% | 0.51% | - |
| HSV(B) | 217.98º | 0.97% | 1% | - |
| XYZ | 22.51 | 16 | 96.51 | - |
| YUV | 88.69 | 221.85 | 69.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 98 | 255 | 0.97 | 0.62 | 0 | 0 | 217.98 | 1 | 0.51 |
| Hex | 7 | 62 | FF | 61 | 3E | 0 | 0 | DA | 64 | 33 |
| Octal | 7 | 142 | 377 | 141 | 76 | 0 | 0 | 332 | 144 | 63 |
| Binary | 111 | 1100010 | 11111111 | 1100001 | 111110 | 0 | 0 | 11011010 | 1100100 | 110011 |
Color Harmonies of #0762FF
Complementary color
Monochromatic Colors of #0762FF
Black with #0762FF
Text Example
Text Example
White with #0762FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0762FF; }
p { color: rgb(7,98,255); }
H1.HeaderClassName
{
color: #0762FF;
}
.AnyTagClassName
{
color: #0762FF;
}
</style>
background-color css
<style>
a { background-color: #0762FF; }
a { background-color: rgb(7,98,255); }
div.DivClassName
{
background-color: #0762FF;
}
.BgClassName
{
background-color: #0762FF;
}
</style>
border-color css
<style>
span { border-color: #0762FF; }
span { border-color: rgb(7,98,255); }
td.TdClassName
{
border-color: #0762FF;
}
.TagClassName
{
border-color: #0762FF;
}
</style>