Shades of Dodger Blue #007BFF
Tints of Dodger Blue #007BFF
RGB
CMYK
RGB Variations
Color information
#007BFF (or 0x007BFF) is known color: Dodger Blue. HEX triplet: 00, 7B and FF. RGB value is (0,123,255). Sum of RGB (Red+Green+Blue) = 0+123+255=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #007BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007BFF is #FF8400. Grayscale: #646464. Windows color (decimal): -16745473 or 16743168. OLE color: 16743168.
HSL color Cylindrical-coordinate representation of color #007BFF: hue angle of 211.06º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BFF is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 123 | 255 | - |
| CMYK | 1 | 0.52 | 0 | 0 |
| HSL | 211.06º | 1% | 0.5% | - |
| HSV(B) | 211.06º | 1% | 1% | - |
| XYZ | 25.13 | 21.39 | 97.41 | - |
| YUV | 101.27 | 214.75 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 255 | 1 | 0.52 | 0 | 0 | 211.06 | 1 | 0.5 |
| Hex | 0 | 7B | FF | 64 | 34 | 0 | 0 | D3 | 64 | 32 |
| Octal | 0 | 173 | 377 | 144 | 64 | 0 | 0 | 323 | 144 | 62 |
| Binary | 0 | 1111011 | 11111111 | 1100100 | 110100 | 0 | 0 | 11010011 | 1100100 | 110010 |
Color Harmonies of #007BFF
Complementary color
Monochromatic Colors of #007BFF
Black with #007BFF
Text Example
Text Example
White with #007BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BFF; }
p { color: rgb(0,123,255); }
H1.HeaderClassName
{
color: #007BFF;
}
.AnyTagClassName
{
color: #007BFF;
}
</style>
background-color css
<style>
a { background-color: #007BFF; }
a { background-color: rgb(0,123,255); }
div.DivClassName
{
background-color: #007BFF;
}
.BgClassName
{
background-color: #007BFF;
}
</style>
border-color css
<style>
span { border-color: #007BFF; }
span { border-color: rgb(0,123,255); }
td.TdClassName
{
border-color: #007BFF;
}
.TagClassName
{
border-color: #007BFF;
}
</style>