Shades of Dodger Blue #007BFA
Tints of Dodger Blue #007BFA
RGB
CMYK
RGB Variations
Color information
#007BFA (or 0x007BFA) is known color: Dodger Blue. HEX triplet: 00, 7B and FA. RGB value is (0,123,250). Sum of RGB (Red+Green+Blue) = 0+123+250=373 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #007BFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #007BFA is #FF8405. Grayscale: #646464. Windows color (decimal): -16745478 or 16415488. OLE color: 16415488.
HSL color Cylindrical-coordinate representation of color #007BFA: hue angle of 210.48º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007BFA is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 123 | 250 | - |
| CMYK | 1 | 0.51 | 0 | 0.02 |
| HSL | 210.48º | 1% | 0.49% | - |
| HSV(B) | 210.48º | 1% | 0.98% | - |
| XYZ | 24.34 | 21.07 | 93.23 | - |
| YUV | 100.7 | 212.25 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 123 | 250 | 1 | 0.51 | 0 | 0.02 | 210.48 | 1 | 0.49 |
| Hex | 0 | 7B | FA | 64 | 33 | 0 | 2 | D2 | 64 | 31 |
| Octal | 0 | 173 | 372 | 144 | 63 | 0 | 2 | 322 | 144 | 61 |
| Binary | 0 | 1111011 | 11111010 | 1100100 | 110011 | 0 | 10 | 11010010 | 1100100 | 110001 |
Color Harmonies of #007BFA
Complementary color
Monochromatic Colors of #007BFA
Black with #007BFA
Text Example
Text Example
White with #007BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #007BFA; }
p { color: rgb(0,123,250); }
H1.HeaderClassName
{
color: #007BFA;
}
.AnyTagClassName
{
color: #007BFA;
}
</style>
background-color css
<style>
a { background-color: #007BFA; }
a { background-color: rgb(0,123,250); }
div.DivClassName
{
background-color: #007BFA;
}
.BgClassName
{
background-color: #007BFA;
}
</style>
border-color css
<style>
span { border-color: #007BFA; }
span { border-color: rgb(0,123,250); }
td.TdClassName
{
border-color: #007BFA;
}
.TagClassName
{
border-color: #007BFA;
}
</style>