#2275DB

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

Shades of Royal Blue #2275DB

Tints of Royal Blue #2275DB

Color information

#2275DB (or 0x2275DB) is unknown color: approx Royal Blue. HEX triplet: 22, 75 and DB. RGB value is (34,117,219). Sum of RGB (Red+Green+Blue) = 34+117+219=370 (49% of max value = 765). Red value is 34 (13.67% from 255 or 9.19% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #2275DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2275DB is #DD8A24. Grayscale: #676767. Windows color (decimal): -14518821 or 14382370. OLE color: 14382370.

HSL color Cylindrical-coordinate representation of color #2275DB: hue angle of 213.08º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2275DB is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB34117219-
CMYK0.840.4700.14
HSL213.08º73.12%49.61%-
HSV(B)213.08º84.47%85.88%-
XYZ19.8118.1869.48-
YUV103.8119378.21-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.19%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 219 (85.94% from 255) = 59.19%
R=9.19%
G=31.62%
B=59.19%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal341172190.840.4700.14213.0873.1249.61
Hex2275DB542F0Ed54932
Octal421653331245701632511162
Binary100010111010111011011101010010111101110110101011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2275DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2275DB; }

 p { color: rgb(34,117,219); }

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

<style>
 a { background-color: #2275DB; }

 a { background-color: rgb(34,117,219); }

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

<style>
 span { border-color: #2275DB; }

 span { border-color: rgb(34,117,219); }

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