#2C71FC

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

Shades of Royal Blue #2C71FC

Tints of Royal Blue #2C71FC

Color information

#2C71FC (or 0x2C71FC) is unknown color: approx Royal Blue. HEX triplet: 2C, 71 and FC. RGB value is (44,113,252). Sum of RGB (Red+Green+Blue) = 44+113+252=409 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.76% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 252 (98.83% from 255 or 61.61% from 409); Max value from RGB is 252 - color contains mainly: blue. Hex color #2C71FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C71FC is #D38E03. Grayscale: #6B6B6B. Windows color (decimal): -13864452 or 16544044. OLE color: 16544044.

HSL color Cylindrical-coordinate representation of color #2C71FC: hue angle of 220.1º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C71FC is Cyan = 0.83, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB44113252-
CMYK0.830.5500.01
HSL220.1º97.2%58.04%-
HSV(B)220.1º82.54%98.82%-
XYZ24.5119.3794.54-
YUV108.22209.1482.2-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.76%
GREEN value IS 113 (44.53% from 255) = 27.63%
BLUE value IS 252 (98.83% from 255) = 61.61%
R=10.76%
G=27.63%
B=61.61%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal441132520.830.5500.01220.197.258.04
Hex2C71FC533701dc613a
Octal54161374123670133414172
Binary101100111000111111100101001111011101110111001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C71FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,113,252); }

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

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

 a { background-color: rgb(44,113,252); }

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

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

 span { border-color: rgb(44,113,252); }

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