Shades of Royal Blue #4275CB
Tints of Royal Blue #4275CB
RGB
CMYK
RGB Variations
Color information
#4275CB (or 0x4275CB) is known color: Royal Blue. HEX triplet: 42, 75 and CB. RGB value is (66,117,203). Sum of RGB (Red+Green+Blue) = 66+117+203=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 203 (79.69% from 255 or 52.59% from 386); Max value from RGB is 203 - color contains mainly: blue. Hex color #4275CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4275CB is #BD8A34. Grayscale: #6F6F6F. Windows color (decimal): -12421685 or 13333826. OLE color: 13333826.
HSL color Cylindrical-coordinate representation of color #4275CB: hue angle of 217.66º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4275CB is Cyan = 0.67, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 66 | 117 | 203 | - |
| CMYK | 0.67 | 0.42 | 0 | 0.20 |
| HSL | 217.66º | 0.57% | 0.53% | - |
| HSV(B) | 217.66º | 0.67% | 0.8% | - |
| XYZ | 19.39 | 18.19 | 58.99 | - |
| YUV | 111.56 | 179.6 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 117 | 203 | 0.67 | 0.42 | 0 | 0.20 | 217.66 | 0.57 | 0.53 |
| Hex | 42 | 75 | CB | 43 | 2A | 0 | 14 | DA | 39 | 35 |
| Octal | 102 | 165 | 313 | 103 | 52 | 0 | 24 | 332 | 71 | 65 |
| Binary | 1000010 | 1110101 | 11001011 | 1000011 | 101010 | 0 | 10100 | 11011010 | 111001 | 110101 |
Color Harmonies of #4275CB
Complementary color
Monochromatic Colors of #4275CB
Black with #4275CB
Text Example
Text Example
White with #4275CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4275CB; }
p { color: rgb(66,117,203); }
H1.HeaderClassName
{
color: #4275CB;
}
.AnyTagClassName
{
color: #4275CB;
}
</style>
background-color css
<style>
a { background-color: #4275CB; }
a { background-color: rgb(66,117,203); }
div.DivClassName
{
background-color: #4275CB;
}
.BgClassName
{
background-color: #4275CB;
}
</style>
border-color css
<style>
span { border-color: #4275CB; }
span { border-color: rgb(66,117,203); }
td.TdClassName
{
border-color: #4275CB;
}
.TagClassName
{
border-color: #4275CB;
}
</style>