#4070FB

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

Shades of Royal Blue #4070FB

Tints of Royal Blue #4070FB

Color information

#4070FB (or 0x4070FB) is unknown color: approx Royal Blue. HEX triplet: 40, 70 and FB. RGB value is (64,112,251). Sum of RGB (Red+Green+Blue) = 64+112+251=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #4070FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4070FB is #BF8F04. Grayscale: #707070. Windows color (decimal): -12553989 or 16478272. OLE color: 16478272.

HSL color Cylindrical-coordinate representation of color #4070FB: hue angle of 224.6º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4070FB is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB64112251-
CMYK0.750.5500.02
HSL224.6º95.9%61.76%-
HSV(B)224.6º74.5%98.43%-
XYZ25.3219.6493.72-
YUV113.49205.692.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 14.99%
GREEN value IS 112 (44.14% from 255) = 26.23%
BLUE value IS 251 (98.44% from 255) = 58.78%
R=14.99%
G=26.23%
B=58.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal641122510.750.5500.02224.695.961.76
Hex4070FB4B3702e1603e
Octal100160373113670234114076
Binary10000001110000111110111001011110111010111000011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4070FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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