#295ADB

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

Shades of Royal Blue #295ADB

Tints of Royal Blue #295ADB

Color information

#295ADB (or 0x295ADB) is unknown color: approx Royal Blue. HEX triplet: 29, 5A and DB. RGB value is (41,90,219). Sum of RGB (Red+Green+Blue) = 41+90+219=350 (46% of max value = 765). Red value is 41 (16.41% from 255 or 11.71% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 219 (85.94% from 255 or 62.57% from 350); Max value from RGB is 219 - color contains mainly: blue. Hex color #295ADB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #295ADB is #D6A524. Grayscale: #595959. Windows color (decimal): -14066981 or 14375465. OLE color: 14375465.

HSL color Cylindrical-coordinate representation of color #295ADB: hue angle of 223.48º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #295ADB is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB4190219-
CMYK0.810.5900.14
HSL223.48º71.2%50.98%-
HSV(B)223.48º81.28%85.88%-
XYZ17.3612.968.59-
YUV90.06200.7793.01-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.71%
GREEN value IS 90 (35.55% from 255) = 25.71%
BLUE value IS 219 (85.94% from 255) = 62.57%
R=11.71%
G=25.71%
B=62.57%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal41902190.810.5900.14223.4871.250.98
Hex295ADB513B0Edf4733
Octal511323331217301633710763
Binary101001101101011011011101000111101101110110111111000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295ADB; }

 p { color: rgb(41,90,219); }

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

<style>
 a { background-color: #295ADB; }

 a { background-color: rgb(41,90,219); }

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

<style>
 span { border-color: #295ADB; }

 span { border-color: rgb(41,90,219); }

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