#5B7EFE

Color #5B7EFE Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5B7EFE

Tints of Cornflower Blue #5B7EFE

Color information

#5B7EFE (or 0x5B7EFE) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 7E and FE. RGB value is (91,126,254). Sum of RGB (Red+Green+Blue) = 91+126+254=471 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.32% from 471); Green value is 126 (49.61% from 255 or 26.75% from 471); Blue value is 254 (99.61% from 255 or 53.93% from 471); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B7EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B7EFE is #A48101. Grayscale: #818181. Windows color (decimal): -10780930 or 16678491. OLE color: 16678491.

HSL color Cylindrical-coordinate representation of color #5B7EFE: hue angle of 227.12º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5B7EFE is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB91126254-
CMYK0.640.5000.00
HSL227.12º98.79%67.65%-
HSV(B)227.12º64.17%99.61%-
XYZ29.6624.396.89-
YUV130.13197.9100.09-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.32%
GREEN value IS 126 (49.61% from 255) = 26.75%
BLUE value IS 254 (99.61% from 255) = 53.93%
R=19.32%
G=26.75%
B=53.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal911262540.640.5000.00227.1298.7967.65
Hex5B7EFE403200e36344
Octal1331763761006200343143104
Binary10110111111110111111101000000110010001110001111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B7EFE; }

 p { color: rgb(91,126,254); }

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

<style>
 a { background-color: #5B7EFE; }

 a { background-color: rgb(91,126,254); }

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

<style>
 span { border-color: #5B7EFE; }

 span { border-color: rgb(91,126,254); }

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