#2677DE

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

Shades of Royal Blue #2677DE

Tints of Royal Blue #2677DE

Color information

#2677DE (or 0x2677DE) is unknown color: approx Royal Blue. HEX triplet: 26, 77 and DE. RGB value is (38,119,222). Sum of RGB (Red+Green+Blue) = 38+119+222=379 (50% of max value = 765). Red value is 38 (15.23% from 255 or 10.03% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #2677DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2677DE is #D98821. Grayscale: #6A6A6A. Windows color (decimal): -14256162 or 14579494. OLE color: 14579494.

HSL color Cylindrical-coordinate representation of color #2677DE: hue angle of 213.59º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2677DE is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB38119222-
CMYK0.830.4600.13
HSL213.59º73.6%50.98%-
HSV(B)213.59º82.88%87.06%-
XYZ20.5818.8871.67-
YUV106.52193.1679.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.03%
GREEN value IS 119 (46.88% from 255) = 31.40%
BLUE value IS 222 (87.11% from 255) = 58.58%
R=10.03%
G=31.40%
B=58.58%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal381192220.830.4600.13213.5973.650.98
Hex2677DE532E0Dd64a33
Octal461673361235601532611263
Binary100110111011111011110101001110111001101110101101001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2677DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2677DE; }

 p { color: rgb(38,119,222); }

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

<style>
 a { background-color: #2677DE; }

 a { background-color: rgb(38,119,222); }

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

<style>
 span { border-color: #2677DE; }

 span { border-color: rgb(38,119,222); }

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