Shades of Royal Blue #445DF2
Tints of Royal Blue #445DF2
RGB
CMYK
RGB Variations
Color information
#445DF2 (or 0x445DF2) is known color: Royal Blue. HEX triplet: 44, 5D and F2. RGB value is (68,93,242). Sum of RGB (Red+Green+Blue) = 68+93+242=403 (53% of max value = 765). Red value is 68 (26.95% from 255 or 16.87% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 242 (94.92% from 255 or 60.05% from 403); Max value from RGB is 242 - color contains mainly: blue. Hex color #445DF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #445DF2 is #BBA20D. Grayscale: #656565. Windows color (decimal): -12296718 or 15883588. OLE color: 15883588.
HSL color Cylindrical-coordinate representation of color #445DF2: hue angle of 231.38º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #445DF2 is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 68 | 93 | 242 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.05 |
| HSL | 231.38º | 0.87% | 0.61% | - |
| HSV(B) | 231.38º | 0.72% | 0.95% | - |
| XYZ | 22.33 | 15.47 | 85.81 | - |
| YUV | 102.51 | 206.72 | 103.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 242 | 0.72 | 0.62 | 0 | 0.05 | 231.38 | 0.87 | 0.61 |
| Hex | 44 | 5D | F2 | 48 | 3E | 0 | 5 | E7 | 57 | 3D |
| Octal | 104 | 135 | 362 | 110 | 76 | 0 | 5 | 347 | 127 | 75 |
| Binary | 1000100 | 1011101 | 11110010 | 1001000 | 111110 | 0 | 101 | 11100111 | 1010111 | 111101 |
Color Harmonies of #445DF2
Complementary color
Monochromatic Colors of #445DF2
Black with #445DF2
Text Example
Text Example
White with #445DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445DF2; }
p { color: rgb(68,93,242); }
H1.HeaderClassName
{
color: #445DF2;
}
.AnyTagClassName
{
color: #445DF2;
}
</style>
background-color css
<style>
a { background-color: #445DF2; }
a { background-color: rgb(68,93,242); }
div.DivClassName
{
background-color: #445DF2;
}
.BgClassName
{
background-color: #445DF2;
}
</style>
border-color css
<style>
span { border-color: #445DF2; }
span { border-color: rgb(68,93,242); }
td.TdClassName
{
border-color: #445DF2;
}
.TagClassName
{
border-color: #445DF2;
}
</style>