#5F91FF

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

Shades of Cornflower Blue #5F91FF

Tints of Cornflower Blue #5F91FF

Color information

#5F91FF (or 0x5F91FF) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 91 and FF. RGB value is (95,145,255). Sum of RGB (Red+Green+Blue) = 95+145+255=495 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.19% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #5F91FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F91FF is #A06E00. Grayscale: #8E8E8E. Windows color (decimal): -10513921 or 16748895. OLE color: 16748895.

HSL color Cylindrical-coordinate representation of color #5F91FF: hue angle of 221.25º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5F91FF is Cyan = 0.63, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB95145255-
CMYK0.630.4300
HSL221.25º100%68.63%-
HSV(B)221.25º62.75%100%-
XYZ32.8929.998.65-
YUV142.59191.4494.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.19%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 255 (100% from 255) = 51.52%
R=19.19%
G=29.29%
B=51.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal951452550.630.4300221.2510068.63
Hex5F91FF3F2B00dd6445
Octal137221377775300335144105
Binary10111111001000111111111111111101011001101110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F91FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,145,255); }

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

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

 a { background-color: rgb(95,145,255); }

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

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

 span { border-color: rgb(95,145,255); }

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