#2775EA

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

Shades of Royal Blue #2775EA

Tints of Royal Blue #2775EA

Color information

#2775EA (or 0x2775EA) is unknown color: approx Royal Blue. HEX triplet: 27, 75 and EA. RGB value is (39,117,234). Sum of RGB (Red+Green+Blue) = 39+117+234=390 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 234 (91.80% from 255 or 60% from 390); Max value from RGB is 234 - color contains mainly: blue. Hex color #2775EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2775EA is #D88A15. Grayscale: #6A6A6A. Windows color (decimal): -14191126 or 15365415. OLE color: 15365415.

HSL color Cylindrical-coordinate representation of color #2775EA: hue angle of 216º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2775EA is Cyan = 0.83, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB39117234-
CMYK0.830.500.08
HSL216º82.28%53.53%-
HSV(B)216º83.33%91.76%-
XYZ22.0519.0980.37-
YUV107.02199.6679.49-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 234 (91.80% from 255) = 60%
R=10%
G=30%
B=60%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal391172340.830.500.0821682.2853.53
Hex2775EA533208d85236
Octal471653521236201033012266
Binary100111111010111101010101001111001001000110110001010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2775EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2775EA; }

 p { color: rgb(39,117,234); }

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

<style>
 a { background-color: #2775EA; }

 a { background-color: rgb(39,117,234); }

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

<style>
 span { border-color: #2775EA; }

 span { border-color: rgb(39,117,234); }

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