#2C6AF9

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

Shades of Royal Blue #2C6AF9

Tints of Royal Blue #2C6AF9

Color information

#2C6AF9 (or 0x2C6AF9) is unknown color: approx Royal Blue. HEX triplet: 2C, 6A and F9. RGB value is (44,106,249). Sum of RGB (Red+Green+Blue) = 44+106+249=399 (52% of max value = 765). Red value is 44 (17.58% from 255 or 11.03% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 249 (97.66% from 255 or 62.41% from 399); Max value from RGB is 249 - color contains mainly: blue. Hex color #2C6AF9 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C6AF9 is #D39506. Grayscale: #676767. Windows color (decimal): -13866247 or 16345644. OLE color: 16345644.

HSL color Cylindrical-coordinate representation of color #2C6AF9: hue angle of 221.85º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2C6AF9 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB44106249-
CMYK0.820.5700.02
HSL221.85º94.47%57.45%-
HSV(B)221.85º82.33%97.65%-
XYZ23.2917.6891.81-
YUV103.76209.9685.37-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.03%
GREEN value IS 106 (41.80% from 255) = 26.57%
BLUE value IS 249 (97.66% from 255) = 62.41%
R=11.03%
G=26.57%
B=62.41%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal441062490.820.5700.02221.8594.4757.45
Hex2C6AF9523902de5e39
Octal54152371122710233613671
Binary1011001101010111110011010010111001010110111101011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6AF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,106,249); }

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

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

 a { background-color: rgb(44,106,249); }

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

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

 span { border-color: rgb(44,106,249); }

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