Shades of Dodger Blue #0D65FF
Tints of Dodger Blue #0D65FF
RGB
CMYK
RGB Variations
Color information
#0D65FF (or 0x0D65FF) is known color: Dodger Blue. HEX triplet: 0D, 65 and FF. RGB value is (13,101,255). Sum of RGB (Red+Green+Blue) = 13+101+255=369 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.52% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #0D65FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D65FF is #F29A00. Grayscale: #5B5B5B. Windows color (decimal): -15899137 or 16737549. OLE color: 16737549.
HSL color Cylindrical-coordinate representation of color #0D65FF: hue angle of 218.18º 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 #0D65FF is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 13 | 101 | 255 | - |
| CMYK | 0.95 | 0.60 | 0 | 0 |
| HSL | 218.18º | 1% | 0.53% | - |
| HSV(B) | 218.18º | 0.95% | 1% | - |
| XYZ | 22.87 | 16.61 | 96.61 | - |
| YUV | 92.24 | 219.85 | 71.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 101 | 255 | 0.95 | 0.60 | 0 | 0 | 218.18 | 1 | 0.53 |
| Hex | D | 65 | FF | 5F | 3C | 0 | 0 | DA | 64 | 35 |
| Octal | 15 | 145 | 377 | 137 | 74 | 0 | 0 | 332 | 144 | 65 |
| Binary | 1101 | 1100101 | 11111111 | 1011111 | 111100 | 0 | 0 | 11011010 | 1100100 | 110101 |
Color Harmonies of #0D65FF
Complementary color
Monochromatic Colors of #0D65FF
Black with #0D65FF
Text Example
Text Example
White with #0D65FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D65FF; }
p { color: rgb(13,101,255); }
H1.HeaderClassName
{
color: #0D65FF;
}
.AnyTagClassName
{
color: #0D65FF;
}
</style>
background-color css
<style>
a { background-color: #0D65FF; }
a { background-color: rgb(13,101,255); }
div.DivClassName
{
background-color: #0D65FF;
}
.BgClassName
{
background-color: #0D65FF;
}
</style>
border-color css
<style>
span { border-color: #0D65FF; }
span { border-color: rgb(13,101,255); }
td.TdClassName
{
border-color: #0D65FF;
}
.TagClassName
{
border-color: #0D65FF;
}
</style>