Shades of Dodger Blue #0A64FF
Tints of Dodger Blue #0A64FF
RGB
CMYK
RGB Variations
Color information
#0A64FF (or 0x0A64FF) is known color: Dodger Blue. HEX triplet: 0A, 64 and FF. RGB value is (10,100,255). Sum of RGB (Red+Green+Blue) = 10+100+255=365 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.74% from 365); Green value is 100 (39.45% from 255 or 27.40% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A64FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A64FF is #F59B00. Grayscale: #5A5A5A. Windows color (decimal): -16096001 or 16737290. OLE color: 16737290.
HSL color Cylindrical-coordinate representation of color #0A64FF: hue angle of 217.96º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A64FF is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 10 | 100 | 255 | - |
| CMYK | 0.96 | 0.61 | 0 | 0 |
| HSL | 217.96º | 1% | 0.52% | - |
| HSV(B) | 217.96º | 0.96% | 1% | - |
| XYZ | 22.73 | 16.4 | 96.57 | - |
| YUV | 90.76 | 220.68 | 70.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 100 | 255 | 0.96 | 0.61 | 0 | 0 | 217.96 | 1 | 0.52 |
| Hex | A | 64 | FF | 60 | 3D | 0 | 0 | DA | 64 | 34 |
| Octal | 12 | 144 | 377 | 140 | 75 | 0 | 0 | 332 | 144 | 64 |
| Binary | 1010 | 1100100 | 11111111 | 1100000 | 111101 | 0 | 0 | 11011010 | 1100100 | 110100 |
Color Harmonies of #0A64FF
Complementary color
Monochromatic Colors of #0A64FF
Black with #0A64FF
Text Example
Text Example
White with #0A64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A64FF; }
p { color: rgb(10,100,255); }
H1.HeaderClassName
{
color: #0A64FF;
}
.AnyTagClassName
{
color: #0A64FF;
}
</style>
background-color css
<style>
a { background-color: #0A64FF; }
a { background-color: rgb(10,100,255); }
div.DivClassName
{
background-color: #0A64FF;
}
.BgClassName
{
background-color: #0A64FF;
}
</style>
border-color css
<style>
span { border-color: #0A64FF; }
span { border-color: rgb(10,100,255); }
td.TdClassName
{
border-color: #0A64FF;
}
.TagClassName
{
border-color: #0A64FF;
}
</style>