Shades of Royal Blue #4265FA
Tints of Royal Blue #4265FA
RGB
CMYK
RGB Variations
Color information
#4265FA (or 0x4265FA) is known color: Royal Blue. HEX triplet: 42, 65 and FA. RGB value is (66,101,250). Sum of RGB (Red+Green+Blue) = 66+101+250=417 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.83% from 417); Green value is 101 (39.84% from 255 or 24.22% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #4265FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4265FA is #BD9A05. Grayscale: #6A6A6A. Windows color (decimal): -12425734 or 16409922. OLE color: 16409922.
HSL color Cylindrical-coordinate representation of color #4265FA: hue angle of 228.59º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4265FA is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 101 | 250 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.02 |
| HSL | 228.59º | 0.95% | 0.62% | - |
| HSV(B) | 228.59º | 0.74% | 0.98% | - |
| XYZ | 24.16 | 17.37 | 92.52 | - |
| YUV | 107.52 | 208.4 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 101 | 250 | 0.74 | 0.60 | 0 | 0.02 | 228.59 | 0.95 | 0.62 |
| Hex | 42 | 65 | FA | 4A | 3C | 0 | 2 | E5 | 5F | 3E |
| Octal | 102 | 145 | 372 | 112 | 74 | 0 | 2 | 345 | 137 | 76 |
| Binary | 1000010 | 1100101 | 11111010 | 1001010 | 111100 | 0 | 10 | 11100101 | 1011111 | 111110 |
Color Harmonies of #4265FA
Complementary color
Monochromatic Colors of #4265FA
Black with #4265FA
Text Example
Text Example
White with #4265FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4265FA; }
p { color: rgb(66,101,250); }
H1.HeaderClassName
{
color: #4265FA;
}
.AnyTagClassName
{
color: #4265FA;
}
</style>
background-color css
<style>
a { background-color: #4265FA; }
a { background-color: rgb(66,101,250); }
div.DivClassName
{
background-color: #4265FA;
}
.BgClassName
{
background-color: #4265FA;
}
</style>
border-color css
<style>
span { border-color: #4265FA; }
span { border-color: rgb(66,101,250); }
td.TdClassName
{
border-color: #4265FA;
}
.TagClassName
{
border-color: #4265FA;
}
</style>