#2B5FF6

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

Shades of Royal Blue #2B5FF6

Tints of Royal Blue #2B5FF6

Color information

#2B5FF6 (or 0x2B5FF6) is unknown color: approx Royal Blue. HEX triplet: 2B, 5F and F6. RGB value is (43,95,246). Sum of RGB (Red+Green+Blue) = 43+95+246=384 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.20% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 246 (96.48% from 255 or 64.06% from 384); Max value from RGB is 246 - color contains mainly: blue. Hex color #2B5FF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5FF6 is #D4A009. Grayscale: #606060. Windows color (decimal): -13934602 or 16146219. OLE color: 16146219.

HSL color Cylindrical-coordinate representation of color #2B5FF6: hue angle of 224.63º degrees, saturation: 0.92, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2B5FF6 is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4395246-
CMYK0.830.6100.04
HSL224.63º91.86%56.67%-
HSV(B)224.63º82.52%96.47%-
XYZ21.7215.3589.01-
YUV96.67212.2789.72-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.20%
GREEN value IS 95 (37.5% from 255) = 24.74%
BLUE value IS 246 (96.48% from 255) = 64.06%
R=11.20%
G=24.74%
B=64.06%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal43952460.830.6100.04224.6391.8656.67
Hex2B5FF6533D04e15c39
Octal53137366123750434113471
Binary10101110111111111011010100111111010100111000011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,95,246); }

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

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

 a { background-color: rgb(43,95,246); }

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

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

 span { border-color: rgb(43,95,246); }

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