#3880F5

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

Shades of Royal Blue #3880F5

Tints of Royal Blue #3880F5

Color information

#3880F5 (or 0x3880F5) is unknown color: approx Royal Blue. HEX triplet: 38, 80 and F5. RGB value is (56,128,245). Sum of RGB (Red+Green+Blue) = 56+128+245=429 (56% of max value = 765). Red value is 56 (22.27% from 255 or 13.05% from 429); Green value is 128 (50.39% from 255 or 29.84% from 429); Blue value is 245 (96.09% from 255 or 57.11% from 429); Max value from RGB is 245 - color contains mainly: blue. Hex color #3880F5 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3880F5 is #C77F0A. Grayscale: #777777. Windows color (decimal): -13074187 or 16089144. OLE color: 16089144.

HSL color Cylindrical-coordinate representation of color #3880F5: hue angle of 217.14º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3880F5 is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB56128245-
CMYK0.770.4800.04
HSL217.14º90.43%59.02%-
HSV(B)217.14º77.14%96.08%-
XYZ25.8322.8789.44-
YUV119.81198.6582.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 13.05%
GREEN value IS 128 (50.39% from 255) = 29.84%
BLUE value IS 245 (96.09% from 255) = 57.11%
R=13.05%
G=29.84%
B=57.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal561282450.770.4800.04217.1490.4359.02
Hex3880F54D3004d95a3b
Octal70200365115600433113273
Binary111000100000001111010110011011100000100110110011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3880F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3880F5; }

 p { color: rgb(56,128,245); }

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

<style>
 a { background-color: #3880F5; }

 a { background-color: rgb(56,128,245); }

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

<style>
 span { border-color: #3880F5; }

 span { border-color: rgb(56,128,245); }

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