Shades of Dodger Blue #0D63FF
Tints of Dodger Blue #0D63FF
RGB
CMYK
RGB Variations
Color information
#0D63FF (or 0x0D63FF) is known color: Dodger Blue. HEX triplet: 0D, 63 and FF. RGB value is (13,99,255). Sum of RGB (Red+Green+Blue) = 13+99+255=367 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.54% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 255 (100% from 255 or 69.48% from 367); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D63FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D63FF is #F29C00. Grayscale: #5A5A5A. Windows color (decimal): -15899649 or 16737037. OLE color: 16737037.
HSL color Cylindrical-coordinate representation of color #0D63FF: hue angle of 218.68º 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 #0D63FF is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 99 | 255 | - |
| CMYK | 0.95 | 0.61 | 0 | 0 |
| HSL | 218.68º | 1% | 0.53% | - |
| HSV(B) | 218.68º | 0.95% | 1% | - |
| XYZ | 22.68 | 16.23 | 96.55 | - |
| YUV | 91.07 | 220.51 | 72.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 99 | 255 | 0.95 | 0.61 | 0 | 0 | 218.68 | 1 | 0.53 |
| Hex | D | 63 | FF | 5F | 3D | 0 | 0 | DB | 64 | 35 |
| Octal | 15 | 143 | 377 | 137 | 75 | 0 | 0 | 333 | 144 | 65 |
| Binary | 1101 | 1100011 | 11111111 | 1011111 | 111101 | 0 | 0 | 11011011 | 1100100 | 110101 |
Color Harmonies of #0D63FF
Complementary color
Monochromatic Colors of #0D63FF
Black with #0D63FF
Text Example
Text Example
White with #0D63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D63FF; }
p { color: rgb(13,99,255); }
H1.HeaderClassName
{
color: #0D63FF;
}
.AnyTagClassName
{
color: #0D63FF;
}
</style>
background-color css
<style>
a { background-color: #0D63FF; }
a { background-color: rgb(13,99,255); }
div.DivClassName
{
background-color: #0D63FF;
}
.BgClassName
{
background-color: #0D63FF;
}
</style>
border-color css
<style>
span { border-color: #0D63FF; }
span { border-color: rgb(13,99,255); }
td.TdClassName
{
border-color: #0D63FF;
}
.TagClassName
{
border-color: #0D63FF;
}
</style>