#3C80F0

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

Shades of Royal Blue #3C80F0

Tints of Royal Blue #3C80F0

Color information

#3C80F0 (or 0x3C80F0) is unknown color: approx Royal Blue. HEX triplet: 3C, 80 and F0. RGB value is (60,128,240). Sum of RGB (Red+Green+Blue) = 60+128+240=428 (56% of max value = 765). Red value is 60 (23.83% from 255 or 14.02% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 240 (94.14% from 255 or 56.07% from 428); Max value from RGB is 240 - color contains mainly: blue. Hex color #3C80F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3C80F0 is #C37F0F. Grayscale: #777777. Windows color (decimal): -12812048 or 15761468. OLE color: 15761468.

HSL color Cylindrical-coordinate representation of color #3C80F0: hue angle of 217.33º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C80F0 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB60128240-
CMYK0.750.4700.06
HSL217.33º85.71%58.82%-
HSV(B)217.33º75%94.12%-
XYZ25.3122.6985.48-
YUV120.44195.4784.89-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.02%
GREEN value IS 128 (50.39% from 255) = 29.91%
BLUE value IS 240 (94.14% from 255) = 56.07%
R=14.02%
G=29.91%
B=56.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal601282400.750.4700.06217.3385.7158.82
Hex3C80F04B2F06d9563b
Octal74200360113570633112673
Binary111100100000001111000010010111011110110110110011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C80F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C80F0; }

 p { color: rgb(60,128,240); }

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

<style>
 a { background-color: #3C80F0; }

 a { background-color: rgb(60,128,240); }

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

<style>
 span { border-color: #3C80F0; }

 span { border-color: rgb(60,128,240); }

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