Shades of Dodger Blue #0F67FC
Tints of Dodger Blue #0F67FC
RGB
CMYK
RGB Variations
Color information
#0F67FC (or 0x0F67FC) is known color: Dodger Blue. HEX triplet: 0F, 67 and FC. RGB value is (15,103,252). Sum of RGB (Red+Green+Blue) = 15+103+252=370 (49% of max value = 765). Red value is 15 (6.25% from 255 or 4.05% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 252 (98.83% from 255 or 68.11% from 370); Max value from RGB is 252 - color contains mainly: blue. Hex color #0F67FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0F67FC is #F09803. Grayscale: #5C5C5C. Windows color (decimal): -15767556 or 16541455. OLE color: 16541455.
HSL color Cylindrical-coordinate representation of color #0F67FC: hue angle of 217.72º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F67FC is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 103 | 252 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.01 |
| HSL | 217.72º | 0.98% | 0.52% | - |
| HSV(B) | 217.72º | 0.94% | 0.99% | - |
| XYZ | 22.62 | 16.83 | 94.15 | - |
| YUV | 93.67 | 217.35 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 103 | 252 | 0.94 | 0.59 | 0 | 0.01 | 217.72 | 0.98 | 0.52 |
| Hex | F | 67 | FC | 5E | 3B | 0 | 1 | DA | 62 | 34 |
| Octal | 17 | 147 | 374 | 136 | 73 | 0 | 1 | 332 | 142 | 64 |
| Binary | 1111 | 1100111 | 11111100 | 1011110 | 111011 | 0 | 1 | 11011010 | 1100010 | 110100 |
Color Harmonies of #0F67FC
Complementary color
Monochromatic Colors of #0F67FC
Black with #0F67FC
Text Example
Text Example
White with #0F67FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F67FC; }
p { color: rgb(15,103,252); }
H1.HeaderClassName
{
color: #0F67FC;
}
.AnyTagClassName
{
color: #0F67FC;
}
</style>
background-color css
<style>
a { background-color: #0F67FC; }
a { background-color: rgb(15,103,252); }
div.DivClassName
{
background-color: #0F67FC;
}
.BgClassName
{
background-color: #0F67FC;
}
</style>
border-color css
<style>
span { border-color: #0F67FC; }
span { border-color: rgb(15,103,252); }
td.TdClassName
{
border-color: #0F67FC;
}
.TagClassName
{
border-color: #0F67FC;
}
</style>