#4070CD

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

Shades of Royal Blue #4070CD

Tints of Royal Blue #4070CD

Color information

#4070CD (or 0x4070CD) is unknown color: approx Royal Blue. HEX triplet: 40, 70 and CD. RGB value is (64,112,205). Sum of RGB (Red+Green+Blue) = 64+112+205=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #4070CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4070CD is #BF8F32. Grayscale: #6B6B6B. Windows color (decimal): -12554035 or 13463616. OLE color: 13463616.

HSL color Cylindrical-coordinate representation of color #4070CD: hue angle of 219.57º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4070CD is Cyan = 0.69, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB64112205-
CMYK0.690.4500.20
HSL219.57º58.51%52.75%-
HSV(B)219.57º68.78%80.39%-
XYZ18.9317.0960.06-
YUV108.25182.696.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.80%
GREEN value IS 112 (44.14% from 255) = 29.40%
BLUE value IS 205 (80.47% from 255) = 53.81%
R=16.80%
G=29.40%
B=53.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal641122050.690.4500.20219.5758.5152.75
Hex4070CD452D014dc3b35
Octal100160315105550243347365
Binary1000000111000011001101100010110110101010011011100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4070CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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