#2661E0

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

Shades of Royal Blue #2661E0

Tints of Royal Blue #2661E0

Color information

#2661E0 (or 0x2661E0) is unknown color: approx Royal Blue. HEX triplet: 26, 61 and E0. RGB value is (38,97,224). Sum of RGB (Red+Green+Blue) = 38+97+224=359 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.58% from 359); Green value is 97 (38.28% from 255 or 27.02% from 359); Blue value is 224 (87.89% from 255 or 62.40% from 359); Max value from RGB is 224 - color contains mainly: blue. Hex color #2661E0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2661E0 is #D99E1F. Grayscale: #5D5D5D. Windows color (decimal): -14261792 or 14704934. OLE color: 14704934.

HSL color Cylindrical-coordinate representation of color #2661E0: hue angle of 220.97º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2661E0 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3897224-
CMYK0.830.5700.12
HSL220.97º75%51.37%-
HSV(B)220.97º83.04%87.84%-
XYZ18.5314.3472.31-
YUV93.84201.4588.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 10.58%
GREEN value IS 97 (38.28% from 255) = 27.02%
BLUE value IS 224 (87.89% from 255) = 62.40%
R=10.58%
G=27.02%
B=62.40%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal38972240.830.5700.12220.977551.37
Hex2661E053390Cdd4b33
Octal461413401237101433511363
Binary100110110000111100000101001111100101100110111011001011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2661E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2661E0; }

 p { color: rgb(38,97,224); }

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

<style>
 a { background-color: #2661E0; }

 a { background-color: rgb(38,97,224); }

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

<style>
 span { border-color: #2661E0; }

 span { border-color: rgb(38,97,224); }

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