Shades of Royal Blue #447BFD
Tints of Royal Blue #447BFD
RGB
CMYK
RGB Variations
Color information
#447BFD (or 0x447BFD) is known color: Royal Blue. HEX triplet: 44, 7B and FD. RGB value is (68,123,253). Sum of RGB (Red+Green+Blue) = 68+123+253=444 (58% of max value = 765). Red value is 68 (26.95% from 255 or 15.32% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 253 (99.22% from 255 or 56.98% from 444); Max value from RGB is 253 - color contains mainly: blue. Hex color #447BFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #447BFD is #BB8402. Grayscale: #787878. Windows color (decimal): -12289027 or 16612164. OLE color: 16612164.
HSL color Cylindrical-coordinate representation of color #447BFD: hue angle of 222.16º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #447BFD is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 68 | 123 | 253 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.01 |
| HSL | 222.16º | 0.98% | 0.63% | - |
| HSV(B) | 222.16º | 0.73% | 0.99% | - |
| XYZ | 27.2 | 22.49 | 95.84 | - |
| YUV | 121.38 | 202.28 | 89.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 123 | 253 | 0.73 | 0.51 | 0 | 0.01 | 222.16 | 0.98 | 0.63 |
| Hex | 44 | 7B | FD | 49 | 33 | 0 | 1 | DE | 62 | 3F |
| Octal | 104 | 173 | 375 | 111 | 63 | 0 | 1 | 336 | 142 | 77 |
| Binary | 1000100 | 1111011 | 11111101 | 1001001 | 110011 | 0 | 1 | 11011110 | 1100010 | 111111 |
Color Harmonies of #447BFD
Complementary color
Monochromatic Colors of #447BFD
Black with #447BFD
Text Example
Text Example
White with #447BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447BFD; }
p { color: rgb(68,123,253); }
H1.HeaderClassName
{
color: #447BFD;
}
.AnyTagClassName
{
color: #447BFD;
}
</style>
background-color css
<style>
a { background-color: #447BFD; }
a { background-color: rgb(68,123,253); }
div.DivClassName
{
background-color: #447BFD;
}
.BgClassName
{
background-color: #447BFD;
}
</style>
border-color css
<style>
span { border-color: #447BFD; }
span { border-color: rgb(68,123,253); }
td.TdClassName
{
border-color: #447BFD;
}
.TagClassName
{
border-color: #447BFD;
}
</style>