#4078D1

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

Shades of Royal Blue #4078D1

Tints of Royal Blue #4078D1

Color information

#4078D1 (or 0x4078D1) is unknown color: approx Royal Blue. HEX triplet: 40, 78 and D1. RGB value is (64,120,209). Sum of RGB (Red+Green+Blue) = 64+120+209=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 209 (82.03% from 255 or 53.18% from 393); Max value from RGB is 209 - color contains mainly: blue. Hex color #4078D1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4078D1 is #BF872E. Grayscale: #707070. Windows color (decimal): -12551983 or 13727808. OLE color: 13727808.

HSL color Cylindrical-coordinate representation of color #4078D1: hue angle of 216.83º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4078D1 is Cyan = 0.69, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB64120209-
CMYK0.690.4300.18
HSL216.83º61.18%53.53%-
HSV(B)216.83º69.38%81.96%-
XYZ20.3419.1362.94-
YUV113.4181.9592.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.28%
GREEN value IS 120 (47.27% from 255) = 30.53%
BLUE value IS 209 (82.03% from 255) = 53.18%
R=16.28%
G=30.53%
B=53.18%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal641202090.690.4300.18216.8361.1853.53
Hex4078D1452B012d93d36
Octal100170321105530223317566
Binary1000000111100011010001100010110101101001011011001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4078D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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