#276ed5

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

Shades of Royal Blue #276ED5

Tints of Royal Blue #276ED5

Color information

#276ED5 (or 0x276ED5) is unknown color: approx Royal Blue. HEX triplet: 27, 6E and D5. RGB value is (39,110,213). Sum of RGB (Red+Green+Blue) = 39+110+213=362 (47% of max value = 765). Red value is 39 (15.62% from 255 or 10.77% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 213 (83.59% from 255 or 58.84% from 362); Max value from RGB is 213 - color contains mainly: blue. Hex color #276ED5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276ED5 is #D8912A. Grayscale: #646464. Windows color (decimal): -14192939 or 13987367. OLE color: 13987367.

HSL color Cylindrical-coordinate representation of color #276ED5: hue angle of 215.52º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #276ED5 is Cyan = 0.82, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB39110213-
CMYK0.820.4800.16
HSL215.52º69.05%49.41%-
HSV(B)215.52º81.69%83.53%-
XYZ18.4216.3965.14-
YUV100.51191.4884.12-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.77%
GREEN value IS 110 (43.36% from 255) = 30.39%
BLUE value IS 213 (83.59% from 255) = 58.84%
R=10.77%
G=30.39%
B=58.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal391102130.820.4800.16215.5269.0549.41
Hex276ED55230010d84531
Octal471563251226002033010561
Binary1001111101110110101011010010110000010000110110001000101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276ed5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #276ed5; }

 p { color: rgb(39,110,213); }

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

<style>
 a { background-color: #276ed5; }

 a { background-color: rgb(39,110,213); }

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

<style>
 span { border-color: #276ed5; }

 span { border-color: rgb(39,110,213); }

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