#2F70FB

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

Shades of Royal Blue #2F70FB

Tints of Royal Blue #2F70FB

Color information

#2F70FB (or 0x2F70FB) is unknown color: approx Royal Blue. HEX triplet: 2F, 70 and FB. RGB value is (47,112,251). Sum of RGB (Red+Green+Blue) = 47+112+251=410 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.46% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F70FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F70FB is #D08F04. Grayscale: #6B6B6B. Windows color (decimal): -13668101 or 16478255. OLE color: 16478255.

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

Color convert

RGB47112251-
CMYK0.810.5500.02
HSL220.88º96.23%58.43%-
HSV(B)220.88º81.27%98.43%-
XYZ24.3819.1693.68-
YUV108.41208.4784.2-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.46%
GREEN value IS 112 (44.14% from 255) = 27.32%
BLUE value IS 251 (98.44% from 255) = 61.22%
R=11.46%
G=27.32%
B=61.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal471122510.810.5500.02220.8896.2358.43
Hex2F70FB513702dd603a
Octal57160373121670233514072
Binary1011111110000111110111010001110111010110111011100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F70FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F70FB; }

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

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

<style>
 a { background-color: #2F70FB; }

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

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

<style>
 span { border-color: #2F70FB; }

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

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