#2B6FD4

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

Shades of Royal Blue #2B6FD4

Tints of Royal Blue #2B6FD4

Color information

#2B6FD4 (or 0x2B6FD4) is unknown color: approx Royal Blue. HEX triplet: 2B, 6F and D4. RGB value is (43,111,212). Sum of RGB (Red+Green+Blue) = 43+111+212=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 111 (43.75% from 255 or 30.33% from 366); Blue value is 212 (83.20% from 255 or 57.92% from 366); Max value from RGB is 212 - color contains mainly: blue. Hex color #2B6FD4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B6FD4 is #D4902B. Grayscale: #656565. Windows color (decimal): -13930540 or 13922091. OLE color: 13922091.

HSL color Cylindrical-coordinate representation of color #2B6FD4: hue angle of 215.86º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B6FD4 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB43111212-
CMYK0.800.4800.17
HSL215.86º66.27%50%-
HSV(B)215.86º79.72%83.14%-
XYZ18.5616.6464.52-
YUV102.18189.9785.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.75%
GREEN value IS 111 (43.75% from 255) = 30.33%
BLUE value IS 212 (83.20% from 255) = 57.92%
R=11.75%
G=30.33%
B=57.92%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal431112120.800.4800.17215.8666.2750
Hex2B6FD45030011d84232
Octal531573241206002133010262
Binary1010111101111110101001010000110000010001110110001000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B6FD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,111,212); }

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

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

 a { background-color: rgb(43,111,212); }

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

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

 span { border-color: rgb(43,111,212); }

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