#4070DE

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

Shades of Royal Blue #4070DE

Tints of Royal Blue #4070DE

Color information

#4070DE (or 0x4070DE) is unknown color: approx Royal Blue. HEX triplet: 40, 70 and DE. RGB value is (64,112,222). Sum of RGB (Red+Green+Blue) = 64+112+222=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #4070DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4070DE is #BF8F21. Grayscale: #6D6D6D. Windows color (decimal): -12554018 or 14577728. OLE color: 14577728.

HSL color Cylindrical-coordinate representation of color #4070DE: hue angle of 221.77º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4070DE is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB64112222-
CMYK0.710.5000.13
HSL221.77º70.54%56.08%-
HSV(B)221.77º71.17%87.06%-
XYZ21.0917.9571.46-
YUV110.19191.195.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.08%
GREEN value IS 112 (44.14% from 255) = 28.14%
BLUE value IS 222 (87.11% from 255) = 55.78%
R=16.08%
G=28.14%
B=55.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal641122220.710.5000.13221.7770.5456.08
Hex4070DE47320Dde4738
Octal1001603361076201533610770
Binary1000000111000011011110100011111001001101110111101000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4070DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4070DE; }

 p { color: rgb(64,112,222); }

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

<style>
 a { background-color: #4070DE; }

 a { background-color: rgb(64,112,222); }

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

<style>
 span { border-color: #4070DE; }

 span { border-color: rgb(64,112,222); }

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