Shades of Royal Blue #4257DC
Tints of Royal Blue #4257DC
RGB
CMYK
RGB Variations
Color information
#4257DC (or 0x4257DC) is known color: Royal Blue. HEX triplet: 42, 57 and DC. RGB value is (66,87,220). Sum of RGB (Red+Green+Blue) = 66+87+220=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 220 (86.33% from 255 or 58.98% from 373); Max value from RGB is 220 - color contains mainly: blue. Hex color #4257DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4257DC is #BDA823. Grayscale: #5F5F5F. Windows color (decimal): -12429348 or 14440258. OLE color: 14440258.
HSL color Cylindrical-coordinate representation of color #4257DC: hue angle of 231.82º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4257DC is Cyan = 0.7, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 66 | 87 | 220 | - |
| CMYK | 0.7 | 0.60 | 0 | 0.14 |
| HSL | 231.82º | 0.69% | 0.56% | - |
| HSV(B) | 231.82º | 0.7% | 0.86% | - |
| XYZ | 18.57 | 13.14 | 69.27 | - |
| YUV | 95.88 | 198.04 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 87 | 220 | 0.7 | 0.60 | 0 | 0.14 | 231.82 | 0.69 | 0.56 |
| Hex | 42 | 57 | DC | 46 | 3C | 0 | E | E8 | 45 | 38 |
| Octal | 102 | 127 | 334 | 106 | 74 | 0 | 16 | 350 | 105 | 70 |
| Binary | 1000010 | 1010111 | 11011100 | 1000110 | 111100 | 0 | 1110 | 11101000 | 1000101 | 111000 |
Color Harmonies of #4257DC
Complementary color
Monochromatic Colors of #4257DC
Black with #4257DC
Text Example
Text Example
White with #4257DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4257DC; }
p { color: rgb(66,87,220); }
H1.HeaderClassName
{
color: #4257DC;
}
.AnyTagClassName
{
color: #4257DC;
}
</style>
background-color css
<style>
a { background-color: #4257DC; }
a { background-color: rgb(66,87,220); }
div.DivClassName
{
background-color: #4257DC;
}
.BgClassName
{
background-color: #4257DC;
}
</style>
border-color css
<style>
span { border-color: #4257DC; }
span { border-color: rgb(66,87,220); }
td.TdClassName
{
border-color: #4257DC;
}
.TagClassName
{
border-color: #4257DC;
}
</style>