#4078F1

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

Shades of Royal Blue #4078F1

Tints of Royal Blue #4078F1

Color information

#4078F1 (or 0x4078F1) is unknown color: approx Royal Blue. HEX triplet: 40, 78 and F1. RGB value is (64,120,241). Sum of RGB (Red+Green+Blue) = 64+120+241=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 120 (47.27% from 255 or 28.24% from 425); Blue value is 241 (94.53% from 255 or 56.71% from 425); Max value from RGB is 241 - color contains mainly: blue. Hex color #4078F1 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4078F1 is #BF870E. Grayscale: #747474. Windows color (decimal): -12551951 or 15824960. OLE color: 15824960.

HSL color Cylindrical-coordinate representation of color #4078F1: hue angle of 221.02º 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 #4078F1 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB64120241-
CMYK0.730.5000.05
HSL221.02º86.34%59.8%-
HSV(B)221.02º73.44%94.51%-
XYZ24.7120.8785.95-
YUV117.05197.9590.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 15.06%
GREEN value IS 120 (47.27% from 255) = 28.24%
BLUE value IS 241 (94.53% from 255) = 56.71%
R=15.06%
G=28.24%
B=56.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal641202410.730.5000.05221.0286.3459.8
Hex4078F1493205dd563c
Octal100170361111620533512674
Binary100000011110001111000110010011100100101110111011010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4078F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,120,241); }

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

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

 a { background-color: rgb(64,120,241); }

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

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

 span { border-color: rgb(64,120,241); }

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