Shades of Dodger Blue #0F7BED
Tints of Dodger Blue #0F7BED
RGB
CMYK
RGB Variations
Color information
#0F7BED (or 0x0F7BED) is known color: Dodger Blue. HEX triplet: 0F, 7B and ED. RGB value is (15,123,237). Sum of RGB (Red+Green+Blue) = 15+123+237=375 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4% from 375); Green value is 123 (48.44% from 255 or 32.8% from 375); Blue value is 237 (92.97% from 255 or 63.2% from 375); Max value from RGB is 237 - color contains mainly: blue. Hex color #0F7BED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F7BED is #F08412. Grayscale: #676767. Windows color (decimal): -15762451 or 15563535. OLE color: 15563535.
HSL color Cylindrical-coordinate representation of color #0F7BED: hue angle of 210.81º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F7BED is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 123 | 237 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.07 |
| HSL | 210.81º | 0.88% | 0.49% | - |
| HSV(B) | 210.81º | 0.94% | 0.93% | - |
| XYZ | 22.57 | 20.38 | 82.87 | - |
| YUV | 103.7 | 203.22 | 64.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 123 | 237 | 0.94 | 0.48 | 0 | 0.07 | 210.81 | 0.88 | 0.49 |
| Hex | F | 7B | ED | 5E | 30 | 0 | 7 | D3 | 58 | 31 |
| Octal | 17 | 173 | 355 | 136 | 60 | 0 | 7 | 323 | 130 | 61 |
| Binary | 1111 | 1111011 | 11101101 | 1011110 | 110000 | 0 | 111 | 11010011 | 1011000 | 110001 |
Color Harmonies of #0F7BED
Complementary color
Monochromatic Colors of #0F7BED
Black with #0F7BED
Text Example
Text Example
White with #0F7BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F7BED; }
p { color: rgb(15,123,237); }
H1.HeaderClassName
{
color: #0F7BED;
}
.AnyTagClassName
{
color: #0F7BED;
}
</style>
background-color css
<style>
a { background-color: #0F7BED; }
a { background-color: rgb(15,123,237); }
div.DivClassName
{
background-color: #0F7BED;
}
.BgClassName
{
background-color: #0F7BED;
}
</style>
border-color css
<style>
span { border-color: #0F7BED; }
span { border-color: rgb(15,123,237); }
td.TdClassName
{
border-color: #0F7BED;
}
.TagClassName
{
border-color: #0F7BED;
}
</style>