#2B6CEC

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

Shades of Royal Blue #2B6CEC

Tints of Royal Blue #2B6CEC

Color information

#2B6CEC (or 0x2B6CEC) is unknown color: approx Royal Blue. HEX triplet: 2B, 6C and EC. RGB value is (43,108,236). Sum of RGB (Red+Green+Blue) = 43+108+236=387 (51% of max value = 765). Red value is 43 (17.19% from 255 or 11.11% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 236 (92.58% from 255 or 60.98% from 387); Max value from RGB is 236 - color contains mainly: blue. Hex color #2B6CEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2B6CEC is #D49313. Grayscale: #666666. Windows color (decimal): -13931284 or 15494187. OLE color: 15494187.

HSL color Cylindrical-coordinate representation of color #2B6CEC: hue angle of 219.79º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2B6CEC is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB43108236-
CMYK0.820.5400.07
HSL219.79º83.55%54.71%-
HSV(B)219.79º81.78%92.55%-
XYZ21.517.2981.56-
YUV103.16202.9785.09-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.11%
GREEN value IS 108 (42.58% from 255) = 27.91%
BLUE value IS 236 (92.58% from 255) = 60.98%
R=11.11%
G=27.91%
B=60.98%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal431082360.820.5400.07219.7983.5554.71
Hex2B6CEC523607dc5437
Octal53154354122660733412467
Binary10101111011001110110010100101101100111110111001010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6CEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,108,236); }

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

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

 a { background-color: rgb(43,108,236); }

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

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

 span { border-color: rgb(43,108,236); }

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