#5B95EB

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

Shades of Cornflower Blue #5B95EB

Tints of Cornflower Blue #5B95EB

Color information

#5B95EB (or 0x5B95EB) is unknown color: approx Cornflower Blue. HEX triplet: 5B, 95 and EB. RGB value is (91,149,235). Sum of RGB (Red+Green+Blue) = 91+149+235=475 (62% of max value = 765). Red value is 91 (35.94% from 255 or 19.16% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #5B95EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5B95EB is #A46A14. Grayscale: #8D8D8D. Windows color (decimal): -10775061 or 15439195. OLE color: 15439195.

HSL color Cylindrical-coordinate representation of color #5B95EB: hue angle of 215.83º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5B95EB is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB91149235-
CMYK0.610.3700.08
HSL215.83º78.26%63.92%-
HSV(B)215.83º61.28%92.16%-
XYZ30.0629.7282.75-
YUV141.46180.7892.01-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 19.16%
GREEN value IS 149 (58.59% from 255) = 31.37%
BLUE value IS 235 (92.19% from 255) = 49.47%
R=19.16%
G=31.37%
B=49.47%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal911492350.610.3700.08215.8378.2663.92
Hex5B95EB3D2508d84e40
Octal1332253537545010330116100
Binary10110111001010111101011111101100101010001101100010011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B95EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,149,235); }

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

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

 a { background-color: rgb(91,149,235); }

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

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

 span { border-color: rgb(91,149,235); }

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