#4280F1

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

Shades of Royal Blue #4280F1

Tints of Royal Blue #4280F1

Color information

#4280F1 (or 0x4280F1) is unknown color: approx Royal Blue. HEX triplet: 42, 80 and F1. RGB value is (66,128,241). Sum of RGB (Red+Green+Blue) = 66+128+241=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 241 (94.53% from 255 or 55.40% from 435); Max value from RGB is 241 - color contains mainly: blue. Hex color #4280F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4280F1 is #BD7F0E. Grayscale: #797979. Windows color (decimal): -12418831 or 15827010. OLE color: 15827010.

HSL color Cylindrical-coordinate representation of color #4280F1: hue angle of 218.74º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4280F1 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB66128241-
CMYK0.730.4700.05
HSL218.74º86.21%60.2%-
HSV(B)218.74º72.61%94.51%-
XYZ25.8422.9586.29-
YUV122.34194.9687.81-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.17%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 241 (94.53% from 255) = 55.40%
R=15.17%
G=29.43%
B=55.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal661282410.730.4700.05218.7486.2160.2
Hex4280F1492F05db563c
Octal102200361111570533312674
Binary1000010100000001111000110010011011110101110110111010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4280F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4280F1; }

 p { color: rgb(66,128,241); }

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

<style>
 a { background-color: #4280F1; }

 a { background-color: rgb(66,128,241); }

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

<style>
 span { border-color: #4280F1; }

 span { border-color: rgb(66,128,241); }

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