#2765FC

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

Shades of Royal Blue #2765FC

Tints of Royal Blue #2765FC

Color information

#2765FC (or 0x2765FC) is unknown color: approx Royal Blue. HEX triplet: 27, 65 and FC. RGB value is (39,101,252). Sum of RGB (Red+Green+Blue) = 39+101+252=392 (51% of max value = 765). Red value is 39 (15.62% from 255 or 9.95% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 252 (98.83% from 255 or 64.29% from 392); Max value from RGB is 252 - color contains mainly: blue. Hex color #2765FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2765FC is #D89A03. Grayscale: #636363. Windows color (decimal): -14195204 or 16540967. OLE color: 16540967.

HSL color Cylindrical-coordinate representation of color #2765FC: hue angle of 222.54º 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 #2765FC is Cyan = 0.85, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB39101252-
CMYK0.850.6000.01
HSL222.54º97.26%57.06%-
HSV(B)222.54º84.52%98.82%-
XYZ23.0616.7794.12-
YUV99.68213.9684.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 9.95%
GREEN value IS 101 (39.84% from 255) = 25.77%
BLUE value IS 252 (98.83% from 255) = 64.29%
R=9.95%
G=25.77%
B=64.29%

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
Decimal391012520.850.6000.01222.5497.2657.06
Hex2765FC553C01df6139
Octal47145374125740133714171
Binary100111110010111111100101010111110001110111111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2765FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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