#2C5BFF

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

Shades of Royal Blue #2C5BFF

Tints of Royal Blue #2C5BFF

Color information

#2C5BFF (or 0x2C5BFF) is unknown color: approx Royal Blue. HEX triplet: 2C, 5B and FF. RGB value is (44,91,255). Sum of RGB (Red+Green+Blue) = 44+91+255=390 (51% of max value = 765). Red value is 44 (17.58% from 255 or 11.28% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #2C5BFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2C5BFF is #D3A400. Grayscale: #5E5E5E. Windows color (decimal): -13870081 or 16735020. OLE color: 16735020.

HSL color Cylindrical-coordinate representation of color #2C5BFF: hue angle of 226.64º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2C5BFF is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB4491255-
CMYK0.830.6400
HSL226.64º100%58.63%-
HSV(B)226.64º82.75%100%-
XYZ22.8315.2496.35-
YUV95.64217.9391.16-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 11.28%
GREEN value IS 91 (35.94% from 255) = 23.33%
BLUE value IS 255 (100% from 255) = 65.38%
R=11.28%
G=23.33%
B=65.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal44912550.830.6400226.6410058.63
Hex2C5BFF534000e3643b
Octal541333771231000034314473
Binary1011001011011111111111010011100000000111000111100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,91,255); }

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

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

 a { background-color: rgb(44,91,255); }

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

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

 span { border-color: rgb(44,91,255); }

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