#2E6BFC

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

Shades of Royal Blue #2E6BFC

Tints of Royal Blue #2E6BFC

Color information

#2E6BFC (or 0x2E6BFC) is unknown color: approx Royal Blue. HEX triplet: 2E, 6B and FC. RGB value is (46,107,252). Sum of RGB (Red+Green+Blue) = 46+107+252=405 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.36% from 405); Green value is 107 (42.19% from 255 or 26.42% from 405); Blue value is 252 (98.83% from 255 or 62.22% from 405); Max value from RGB is 252 - color contains mainly: blue. Hex color #2E6BFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2E6BFC is #D19403. Grayscale: #686868. Windows color (decimal): -13734916 or 16542510. OLE color: 16542510.

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

Color convert

RGB46107252-
CMYK0.820.5800.01
HSL222.23º97.17%58.43%-
HSV(B)222.23º81.75%98.82%-
XYZ23.9618.1294.33-
YUV105.29210.7985.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.36%
GREEN value IS 107 (42.19% from 255) = 26.42%
BLUE value IS 252 (98.83% from 255) = 62.22%
R=11.36%
G=26.42%
B=62.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal461072520.820.5800.01222.2397.1758.43
Hex2E6BFC523A01de613a
Octal56153374122720133614172
Binary101110110101111111100101001011101001110111101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E6BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,107,252); }

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

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

 a { background-color: rgb(46,107,252); }

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

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

 span { border-color: rgb(46,107,252); }

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