Shades of Dodger Blue #0D64FF
Tints of Dodger Blue #0D64FF
RGB
CMYK
RGB Variations
Color information
#0D64FF (or 0x0D64FF) is known color: Dodger Blue. HEX triplet: 0D, 64 and FF. RGB value is (13,100,255). Sum of RGB (Red+Green+Blue) = 13+100+255=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 100 (39.45% from 255 or 27.17% from 368); Blue value is 255 (100% from 255 or 69.29% from 368); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D64FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D64FF is #F29B00. Grayscale: #5A5A5A. Windows color (decimal): -15899393 or 16737293. OLE color: 16737293.
HSL color Cylindrical-coordinate representation of color #0D64FF: hue angle of 218.43º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D64FF is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 100 | 255 | - |
| CMYK | 0.95 | 0.61 | 0 | 0 |
| HSL | 218.43º | 1% | 0.53% | - |
| HSV(B) | 218.43º | 0.95% | 1% | - |
| XYZ | 22.77 | 16.42 | 96.58 | - |
| YUV | 91.66 | 220.18 | 71.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 100 | 255 | 0.95 | 0.61 | 0 | 0 | 218.43 | 1 | 0.53 |
| Hex | D | 64 | FF | 5F | 3D | 0 | 0 | DA | 64 | 35 |
| Octal | 15 | 144 | 377 | 137 | 75 | 0 | 0 | 332 | 144 | 65 |
| Binary | 1101 | 1100100 | 11111111 | 1011111 | 111101 | 0 | 0 | 11011010 | 1100100 | 110101 |
Color Harmonies of #0D64FF
Complementary color
Monochromatic Colors of #0D64FF
Black with #0D64FF
Text Example
Text Example
White with #0D64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D64FF; }
p { color: rgb(13,100,255); }
H1.HeaderClassName
{
color: #0D64FF;
}
.AnyTagClassName
{
color: #0D64FF;
}
</style>
background-color css
<style>
a { background-color: #0D64FF; }
a { background-color: rgb(13,100,255); }
div.DivClassName
{
background-color: #0D64FF;
}
.BgClassName
{
background-color: #0D64FF;
}
</style>
border-color css
<style>
span { border-color: #0D64FF; }
span { border-color: rgb(13,100,255); }
td.TdClassName
{
border-color: #0D64FF;
}
.TagClassName
{
border-color: #0D64FF;
}
</style>