#2274DB

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

Shades of Royal Blue #2274DB

Tints of Royal Blue #2274DB

Color information

#2274DB (or 0x2274DB) is unknown color: approx Royal Blue. HEX triplet: 22, 74 and DB. RGB value is (34,116,219). Sum of RGB (Red+Green+Blue) = 34+116+219=369 (48% of max value = 765). Red value is 34 (13.67% from 255 or 9.21% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 219 (85.94% from 255 or 59.35% from 369); Max value from RGB is 219 - color contains mainly: blue. Hex color #2274DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2274DB is #DD8B24. Grayscale: #666666. Windows color (decimal): -14519077 or 14382114. OLE color: 14382114.

HSL color Cylindrical-coordinate representation of color #2274DB: hue angle of 213.41º 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 #2274DB is Cyan = 0.84, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB34116219-
CMYK0.840.4700.14
HSL213.41º73.12%49.61%-
HSV(B)213.41º84.47%85.88%-
XYZ19.6917.9569.44-
YUV103.22193.3378.62-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.21%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 219 (85.94% from 255) = 59.35%
R=9.21%
G=31.44%
B=59.35%

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
Decimal341162190.840.4700.14213.4173.1249.61
Hex2274DB542F0Ed54932
Octal421643331245701632511162
Binary100010111010011011011101010010111101110110101011001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2274DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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