Shades of Royal Blue #4282FF
Tints of Royal Blue #4282FF
RGB
CMYK
RGB Variations
Color information
#4282FF (or 0x4282FF) is known color: Royal Blue. HEX triplet: 42, 82 and FF. RGB value is (66,130,255). Sum of RGB (Red+Green+Blue) = 66+130+255=451 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.63% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #4282FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4282FF is #BD7D00. Grayscale: #7C7C7C. Windows color (decimal): -12418305 or 16745026. OLE color: 16745026.
HSL color Cylindrical-coordinate representation of color #4282FF: hue angle of 219.68º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4282FF is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 130 | 255 | - |
| CMYK | 0.74 | 0.49 | 0 | 0 |
| HSL | 219.68º | 1% | 0.63% | - |
| HSV(B) | 219.68º | 0.74% | 1% | - |
| XYZ | 28.28 | 24.34 | 97.82 | - |
| YUV | 125.11 | 201.3 | 85.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 130 | 255 | 0.74 | 0.49 | 0 | 0 | 219.68 | 1 | 0.63 |
| Hex | 42 | 82 | FF | 4A | 31 | 0 | 0 | DC | 64 | 3F |
| Octal | 102 | 202 | 377 | 112 | 61 | 0 | 0 | 334 | 144 | 77 |
| Binary | 1000010 | 10000010 | 11111111 | 1001010 | 110001 | 0 | 0 | 11011100 | 1100100 | 111111 |
Color Harmonies of #4282FF
Complementary color
Monochromatic Colors of #4282FF
Black with #4282FF
Text Example
Text Example
White with #4282FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4282FF; }
p { color: rgb(66,130,255); }
H1.HeaderClassName
{
color: #4282FF;
}
.AnyTagClassName
{
color: #4282FF;
}
</style>
background-color css
<style>
a { background-color: #4282FF; }
a { background-color: rgb(66,130,255); }
div.DivClassName
{
background-color: #4282FF;
}
.BgClassName
{
background-color: #4282FF;
}
</style>
border-color css
<style>
span { border-color: #4282FF; }
span { border-color: rgb(66,130,255); }
td.TdClassName
{
border-color: #4282FF;
}
.TagClassName
{
border-color: #4282FF;
}
</style>