Shades of Royal Blue #1D65F9
Tints of Royal Blue #1D65F9
RGB
CMYK
RGB Variations
Color information
#1D65F9 (or 0x1D65F9) is known color: Royal Blue. HEX triplet: 1D, 65 and F9. RGB value is (29,101,249). Sum of RGB (Red+Green+Blue) = 29+101+249=379 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.65% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 249 (97.66% from 255 or 65.70% from 379); Max value from RGB is 249 - color contains mainly: blue. Hex color #1D65F9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1D65F9 is #E29A06. Grayscale: #5F5F5F. Windows color (decimal): -14850567 or 16344349. OLE color: 16344349.
HSL color Cylindrical-coordinate representation of color #1D65F9: hue angle of 220.36º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D65F9 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 29 | 101 | 249 | - |
| CMYK | 0.88 | 0.59 | 0 | 0.02 |
| HSL | 220.36º | 0.95% | 0.55% | - |
| HSV(B) | 220.36º | 0.88% | 0.98% | - |
| XYZ | 22.26 | 16.41 | 91.62 | - |
| YUV | 96.34 | 214.15 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 101 | 249 | 0.88 | 0.59 | 0 | 0.02 | 220.36 | 0.95 | 0.55 |
| Hex | 1D | 65 | F9 | 58 | 3B | 0 | 2 | DC | 5F | 37 |
| Octal | 35 | 145 | 371 | 130 | 73 | 0 | 2 | 334 | 137 | 67 |
| Binary | 11101 | 1100101 | 11111001 | 1011000 | 111011 | 0 | 10 | 11011100 | 1011111 | 110111 |
Color Harmonies of #1D65F9
Complementary color
Monochromatic Colors of #1D65F9
Black with #1D65F9
Text Example
Text Example
White with #1D65F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D65F9; }
p { color: rgb(29,101,249); }
H1.HeaderClassName
{
color: #1D65F9;
}
.AnyTagClassName
{
color: #1D65F9;
}
</style>
background-color css
<style>
a { background-color: #1D65F9; }
a { background-color: rgb(29,101,249); }
div.DivClassName
{
background-color: #1D65F9;
}
.BgClassName
{
background-color: #1D65F9;
}
</style>
border-color css
<style>
span { border-color: #1D65F9; }
span { border-color: rgb(29,101,249); }
td.TdClassName
{
border-color: #1D65F9;
}
.TagClassName
{
border-color: #1D65F9;
}
</style>