#2263DB

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

Shades of Royal Blue #2263DB

Tints of Royal Blue #2263DB

Color information

#2263DB (or 0x2263DB) is unknown color: approx Royal Blue. HEX triplet: 22, 63 and DB. RGB value is (34,99,219). Sum of RGB (Red+Green+Blue) = 34+99+219=352 (46% of max value = 765). Red value is 34 (13.67% from 255 or 9.66% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 219 (85.94% from 255 or 62.22% from 352); Max value from RGB is 219 - color contains mainly: blue. Hex color #2263DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2263DB is #DD9C24. Grayscale: #5C5C5C. Windows color (decimal): -14523429 or 14377762. OLE color: 14377762.

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

Color convert

RGB3499219-
CMYK0.840.5500.14
HSL218.92º73.12%49.61%-
HSV(B)218.92º84.47%85.88%-
XYZ17.9114.3868.85-
YUV93.24198.9785.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 9.66%
GREEN value IS 99 (39.06% from 255) = 28.12%
BLUE value IS 219 (85.94% from 255) = 62.22%
R=9.66%
G=28.12%
B=62.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal34992190.840.5500.14218.9273.1249.61
Hex2263DB54370Edb4932
Octal421433331246701633311162
Binary100010110001111011011101010011011101110110110111001001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2263DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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