#2764FC

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

Shades of Royal Blue #2764FC

Tints of Royal Blue #2764FC

Color information

#2764FC (or 0x2764FC) is unknown color: approx Royal Blue. HEX triplet: 27, 64 and FC. RGB value is (39,100,252). Sum of RGB (Red+Green+Blue) = 39+100+252=391 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.97% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 252 (98.83% from 255 or 64.45% from 391); Max value from RGB is 252 - color contains mainly: blue. Hex color #2764FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2764FC is #D89B03. Grayscale: #626262. Windows color (decimal): -14195460 or 16540711. OLE color: 16540711.

HSL color Cylindrical-coordinate representation of color #2764FC: hue angle of 222.82º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2764FC is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB39100252-
CMYK0.850.6000.01
HSL222.82º97.26%57.06%-
HSV(B)222.82º84.52%98.82%-
XYZ22.9616.5794.08-
YUV99.09214.2985.14-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.97%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 252 (98.83% from 255) = 64.45%
R=9.97%
G=25.58%
B=64.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal391002520.850.6000.01222.8297.2657.06
Hex2764FC553C01df6139
Octal47144374125740133714171
Binary100111110010011111100101010111110001110111111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2764FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2764FC; }

 p { color: rgb(39,100,252); }

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

<style>
 a { background-color: #2764FC; }

 a { background-color: rgb(39,100,252); }

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

<style>
 span { border-color: #2764FC; }

 span { border-color: rgb(39,100,252); }

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