#5B7CED

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

Shades of Cornflower Blue #5B7CED

Tints of Cornflower Blue #5B7CED

Color information

#5B7CED (or 0x5B7CED) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 7C and ED. RGB value is (91,124,237). Sum of RGB (Red+Green+Blue) = 91+124+237=452 (59% of max value = 765). Red value is 91 (35.94% from 255 or 20.13% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 237 (92.97% from 255 or 52.43% from 452); Max value from RGB is 237 - color contains mainly: blue. Hex color #5B7CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B7CED is #A48312. Grayscale: #7E7E7E. Windows color (decimal): -10781459 or 15563867. OLE color: 15563867.

HSL color Cylindrical-coordinate representation of color #5B7CED: hue angle of 226.44º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5B7CED is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB91124237-
CMYK0.620.4800.07
HSL226.44º80.22%64.31%-
HSV(B)226.44º61.6%92.94%-
XYZ26.8122.7583.1-
YUV127.02190.07102.31-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 20.13%
GREEN value IS 124 (48.83% from 255) = 27.43%
BLUE value IS 237 (92.97% from 255) = 52.43%
R=20.13%
G=27.43%
B=52.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal911242370.620.4800.07226.4480.2264.31
Hex5B7CED3E3007e25040
Octal133174355766007342120100
Binary101101111111001110110111111011000001111110001010100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B7CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,124,237); }

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

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

 a { background-color: rgb(91,124,237); }

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

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

 span { border-color: rgb(91,124,237); }

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