#276EDA

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

Shades of Royal Blue #276EDA

Tints of Royal Blue #276EDA

Color information

#276EDA (or 0x276EDA) is unknown color: approx Royal Blue. HEX triplet: 27, 6E and DA. RGB value is (39,110,218). Sum of RGB (Red+Green+Blue) = 39+110+218=367 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.63% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 218 (85.55% from 255 or 59.40% from 367); Max value from RGB is 218 - color contains mainly: blue. Hex color #276EDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #276EDA is #D89125. Grayscale: #646464. Windows color (decimal): -14192934 or 14315047. OLE color: 14315047.

HSL color Cylindrical-coordinate representation of color #276EDA: hue angle of 216.2º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #276EDA is Cyan = 0.82, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB39110218-
CMYK0.820.5000.15
HSL216.2º70.75%50.39%-
HSV(B)216.2º82.11%85.49%-
XYZ19.0716.6568.54-
YUV101.08193.9883.72-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.63%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 218 (85.55% from 255) = 59.40%
R=10.63%
G=29.97%
B=59.40%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal391102180.820.5000.15216.270.7550.39
Hex276EDA52320Fd84732
Octal471563321226201733010762
Binary100111110111011011010101001011001001111110110001000111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #276EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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