Shades of Dodger Blue #0C65FA
Tints of Dodger Blue #0C65FA
RGB
CMYK
RGB Variations
Color information
#0C65FA (or 0x0C65FA) is known color: Dodger Blue. HEX triplet: 0C, 65 and FA. RGB value is (12,101,250). Sum of RGB (Red+Green+Blue) = 12+101+250=363 (48% of max value = 765). Red value is 12 (5.08% from 255 or 3.31% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 250 (98.05% from 255 or 68.87% from 363); Max value from RGB is 250 - color contains mainly: blue. Hex color #0C65FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0C65FA is #F39A05. Grayscale: #5A5A5A. Windows color (decimal): -15964678 or 16409868. OLE color: 16409868.
HSL color Cylindrical-coordinate representation of color #0C65FA: hue angle of 217.56º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C65FA is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 12 | 101 | 250 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.02 |
| HSL | 217.56º | 0.96% | 0.51% | - |
| HSV(B) | 217.56º | 0.95% | 0.98% | - |
| XYZ | 22.06 | 16.29 | 92.42 | - |
| YUV | 91.38 | 217.51 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 101 | 250 | 0.95 | 0.60 | 0 | 0.02 | 217.56 | 0.96 | 0.51 |
| Hex | C | 65 | FA | 5F | 3C | 0 | 2 | DA | 60 | 33 |
| Octal | 14 | 145 | 372 | 137 | 74 | 0 | 2 | 332 | 140 | 63 |
| Binary | 1100 | 1100101 | 11111010 | 1011111 | 111100 | 0 | 10 | 11011010 | 1100000 | 110011 |
Color Harmonies of #0C65FA
Complementary color
Monochromatic Colors of #0C65FA
Black with #0C65FA
Text Example
Text Example
White with #0C65FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C65FA; }
p { color: rgb(12,101,250); }
H1.HeaderClassName
{
color: #0C65FA;
}
.AnyTagClassName
{
color: #0C65FA;
}
</style>
background-color css
<style>
a { background-color: #0C65FA; }
a { background-color: rgb(12,101,250); }
div.DivClassName
{
background-color: #0C65FA;
}
.BgClassName
{
background-color: #0C65FA;
}
</style>
border-color css
<style>
span { border-color: #0C65FA; }
span { border-color: rgb(12,101,250); }
td.TdClassName
{
border-color: #0C65FA;
}
.TagClassName
{
border-color: #0C65FA;
}
</style>