#2B63FD

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

Shades of Royal Blue #2B63FD

Tints of Royal Blue #2B63FD

Color information

#2B63FD (or 0x2B63FD) is unknown color: approx Royal Blue. HEX triplet: 2B, 63 and FD. RGB value is (43,99,253). Sum of RGB (Red+Green+Blue) = 43+99+253=395 (52% of max value = 765). Red value is 43 (17.19% from 255 or 10.89% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 253 (99.22% from 255 or 64.05% from 395); Max value from RGB is 253 - color contains mainly: blue. Hex color #2B63FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B63FD is #D49C02. Grayscale: #636363. Windows color (decimal): -13933571 or 16605995. OLE color: 16605995.

HSL color Cylindrical-coordinate representation of color #2B63FD: hue angle of 224º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B63FD is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB4399253-
CMYK0.830.6100.01
HSL224º98.13%58.04%-
HSV(B)224º83%99.22%-
XYZ23.1916.5394.9-
YUV99.81214.4587.48-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 10.89%
GREEN value IS 99 (39.06% from 255) = 25.06%
BLUE value IS 253 (99.22% from 255) = 64.05%
R=10.89%
G=25.06%
B=64.05%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal43992530.830.6100.0122498.1358.04
Hex2B63FD533D01e0623a
Octal53143375123750134014272
Binary101011110001111111101101001111110101111000001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B63FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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