Shades of Dodger Blue #0C69FE
Tints of Dodger Blue #0C69FE
RGB
CMYK
RGB Variations
Color information
#0C69FE (or 0x0C69FE) is known color: Dodger Blue. HEX triplet: 0C, 69 and FE. RGB value is (12,105,254). Sum of RGB (Red+Green+Blue) = 12+105+254=371 (49% of max value = 765). Red value is 12 (5.08% from 255 or 3.23% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 254 (99.61% from 255 or 68.46% from 371); Max value from RGB is 254 - color contains mainly: blue. Hex color #0C69FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C69FE is #F39601. Grayscale: #5D5D5D. Windows color (decimal): -15963650 or 16673036. OLE color: 16673036.
HSL color Cylindrical-coordinate representation of color #0C69FE: hue angle of 216.94º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C69FE is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 12 | 105 | 254 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.00 |
| HSL | 216.94º | 0.99% | 0.52% | - |
| HSV(B) | 216.94º | 0.95% | 1% | - |
| XYZ | 23.09 | 17.34 | 95.9 | - |
| YUV | 94.18 | 218.19 | 69.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 105 | 254 | 0.95 | 0.59 | 0 | 0.00 | 216.94 | 0.99 | 0.52 |
| Hex | C | 69 | FE | 5F | 3B | 0 | 0 | D9 | 63 | 34 |
| Octal | 14 | 151 | 376 | 137 | 73 | 0 | 0 | 331 | 143 | 64 |
| Binary | 1100 | 1101001 | 11111110 | 1011111 | 111011 | 0 | 0 | 11011001 | 1100011 | 110100 |
Color Harmonies of #0C69FE
Complementary color
Monochromatic Colors of #0C69FE
Black with #0C69FE
Text Example
Text Example
White with #0C69FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C69FE; }
p { color: rgb(12,105,254); }
H1.HeaderClassName
{
color: #0C69FE;
}
.AnyTagClassName
{
color: #0C69FE;
}
</style>
background-color css
<style>
a { background-color: #0C69FE; }
a { background-color: rgb(12,105,254); }
div.DivClassName
{
background-color: #0C69FE;
}
.BgClassName
{
background-color: #0C69FE;
}
</style>
border-color css
<style>
span { border-color: #0C69FE; }
span { border-color: rgb(12,105,254); }
td.TdClassName
{
border-color: #0C69FE;
}
.TagClassName
{
border-color: #0C69FE;
}
</style>