#2b63d5

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

Shades of Royal Blue #2B63D5

Tints of Royal Blue #2B63D5

Color information

#2B63D5 (or 0x2B63D5) is unknown color: approx Royal Blue. HEX triplet: 2B, 63 and D5. RGB value is (43,99,213). Sum of RGB (Red+Green+Blue) = 43+99+213=355 (47% of max value = 765). Red value is 43 (17.19% from 255 or 12.11% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 213 (83.59% from 255 or 60% from 355); Max value from RGB is 213 - color contains mainly: blue. Hex color #2B63D5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B63D5 is #D49C2A. Grayscale: #5E5E5E. Windows color (decimal): -13933611 or 13984555. OLE color: 13984555.

HSL color Cylindrical-coordinate representation of color #2B63D5: hue angle of 220.24º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B63D5 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB4399213-
CMYK0.800.5400.16
HSL220.24º66.93%50.2%-
HSV(B)220.24º79.81%83.53%-
XYZ17.4714.2464.78-
YUV95.25194.4590.73-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 12.11%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 213 (83.59% from 255) = 60%
R=12.11%
G=27.89%
B=60%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal43992130.800.5400.16220.2466.9350.2
Hex2B63D55036010dc4332
Octal531433251206602033410362
Binary1010111100011110101011010000110110010000110111001000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2b63d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2b63d5; }

 p { color: rgb(43,99,213); }

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

<style>
 a { background-color: #2b63d5; }

 a { background-color: rgb(43,99,213); }

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

<style>
 span { border-color: #2b63d5; }

 span { border-color: rgb(43,99,213); }

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