#4277F0

Color #4277F0 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #4277F0

Tints of Royal Blue #4277F0

Color information

#4277F0 (or 0x4277F0) is unknown color: approx Royal Blue. HEX triplet: 42, 77 and F0. RGB value is (66,119,240). Sum of RGB (Red+Green+Blue) = 66+119+240=425 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.53% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 240 (94.14% from 255 or 56.47% from 425); Max value from RGB is 240 - color contains mainly: blue. Hex color #4277F0 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4277F0 is #BD880F. Grayscale: #747474. Windows color (decimal): -12421136 or 15759170. OLE color: 15759170.

HSL color Cylindrical-coordinate representation of color #4277F0: hue angle of 221.72º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4277F0 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB66119240-
CMYK0.720.5000.06
HSL221.72º85.29%60%-
HSV(B)221.72º72.5%94.12%-
XYZ24.5720.6485.13-
YUV116.95197.4491.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 15.53%
GREEN value IS 119 (46.88% from 255) = 28%
BLUE value IS 240 (94.14% from 255) = 56.47%
R=15.53%
G=28%
B=56.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal661192400.720.5000.06221.7285.2960
Hex4277F0483206de553c
Octal102167360110620633612574
Binary100001011101111111000010010001100100110110111101010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4277F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4277F0; }

 p { color: rgb(66,119,240); }

 H1.HeaderClassName
 {
   color: #4277F0;
 }
 .AnyTagClassName
 {
   color: #4277F0;
 }
</style>
background-color css

<style>
 a { background-color: #4277F0; }

 a { background-color: rgb(66,119,240); }

 div.DivClassName
 {
   background-color: #4277F0;
 }
 .BgClassName
 {
   background-color: #4277F0;
 }
</style>
border-color css

<style>
 span { border-color: #4277F0; }

 span { border-color: rgb(66,119,240); }

 td.TdClassName
 {
   border-color: #4277F0;
 }
 .TagClassName
 {
   border-color: #4277F0;
 }
</style>