#2774DE

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

Shades of Royal Blue #2774DE

Tints of Royal Blue #2774DE

Color information

#2774DE (or 0x2774DE) is unknown color: approx Royal Blue. HEX triplet: 27, 74 and DE. RGB value is (39,116,222). Sum of RGB (Red+Green+Blue) = 39+116+222=377 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.34% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 222 (87.11% from 255 or 58.89% from 377); Max value from RGB is 222 - color contains mainly: blue. Hex color #2774DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2774DE is #D88B21. Grayscale: #686868. Windows color (decimal): -14191394 or 14578727. OLE color: 14578727.

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

Color convert

RGB39116222-
CMYK0.820.4800.13
HSL214.75º73.49%51.18%-
HSV(B)214.75º82.43%87.06%-
XYZ20.2718.271.55-
YUV105.06193.9980.88-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 10.34%
GREEN value IS 116 (45.70% from 255) = 30.77%
BLUE value IS 222 (87.11% from 255) = 58.89%
R=10.34%
G=30.77%
B=58.89%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal391162220.820.4800.13214.7573.4951.18
Hex2774DE52300Dd74933
Octal471643361226001532711163
Binary100111111010011011110101001011000001101110101111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2774DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,116,222); }

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

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

 a { background-color: rgb(39,116,222); }

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

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

 span { border-color: rgb(39,116,222); }

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