Shades of Royal Blue #4282F1
Tints of Royal Blue #4282F1
RGB
CMYK
RGB Variations
Color information
#4282F1 (or 0x4282F1) is known color: Royal Blue. HEX triplet: 42, 82 and F1. RGB value is (66,130,241). Sum of RGB (Red+Green+Blue) = 66+130+241=437 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.10% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 241 (94.53% from 255 or 55.15% from 437); Max value from RGB is 241 - color contains mainly: blue. Hex color #4282F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4282F1 is #BD7D0E. Grayscale: #7B7B7B. Windows color (decimal): -12418319 or 15827522. OLE color: 15827522.
HSL color Cylindrical-coordinate representation of color #4282F1: hue angle of 218.06º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4282F1 is Cyan = 0.73, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 66 | 130 | 241 | - |
| CMYK | 0.73 | 0.46 | 0 | 0.05 |
| HSL | 218.06º | 0.86% | 0.6% | - |
| HSV(B) | 218.06º | 0.73% | 0.95% | - |
| XYZ | 26.11 | 23.47 | 86.37 | - |
| YUV | 123.52 | 194.3 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 241 | 0.73 | 0.46 | 0 | 0.05 | 218.06 | 0.86 | 0.6 |
| Hex | 42 | 82 | F1 | 49 | 2E | 0 | 5 | DA | 56 | 3C |
| Octal | 102 | 202 | 361 | 111 | 56 | 0 | 5 | 332 | 126 | 74 |
| Binary | 1000010 | 10000010 | 11110001 | 1001001 | 101110 | 0 | 101 | 11011010 | 1010110 | 111100 |
Color Harmonies of #4282F1
Complementary color
Monochromatic Colors of #4282F1
Black with #4282F1
Text Example
Text Example
White with #4282F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4282F1; }
p { color: rgb(66,130,241); }
H1.HeaderClassName
{
color: #4282F1;
}
.AnyTagClassName
{
color: #4282F1;
}
</style>
background-color css
<style>
a { background-color: #4282F1; }
a { background-color: rgb(66,130,241); }
div.DivClassName
{
background-color: #4282F1;
}
.BgClassName
{
background-color: #4282F1;
}
</style>
border-color css
<style>
span { border-color: #4282F1; }
span { border-color: rgb(66,130,241); }
td.TdClassName
{
border-color: #4282F1;
}
.TagClassName
{
border-color: #4282F1;
}
</style>