#2B5CF6

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

Shades of Royal Blue #2B5CF6

Tints of Royal Blue #2B5CF6

Color information

#2B5CF6 (or 0x2B5CF6) is unknown color: approx Royal Blue. HEX triplet: 2B, 5C and F6. RGB value is (43,92,246). Sum of RGB (Red+Green+Blue) = 43+92+246=381 (50% of max value = 765). Red value is 43 (17.19% from 255 or 11.29% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 246 (96.48% from 255 or 64.57% from 381); Max value from RGB is 246 - color contains mainly: blue. Hex color #2B5CF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B5CF6 is #D4A309. Grayscale: #5E5E5E. Windows color (decimal): -13935370 or 16145451. OLE color: 16145451.

HSL color Cylindrical-coordinate representation of color #2B5CF6: hue angle of 225.52º 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 #2B5CF6 is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB4392246-
CMYK0.830.6300.04
HSL225.52º91.86%56.67%-
HSV(B)225.52º82.52%96.47%-
XYZ21.4614.8288.92-
YUV94.9213.2790.98-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.29%
GREEN value IS 92 (36.33% from 255) = 24.15%
BLUE value IS 246 (96.48% from 255) = 64.57%
R=11.29%
G=24.15%
B=64.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal43922460.830.6300.04225.5291.8656.67
Hex2B5CF6533F04e25c39
Octal53134366123770434213471
Binary10101110111001111011010100111111110100111000101011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B5CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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