#5F91FD

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

Shades of Cornflower Blue #5F91FD

Tints of Cornflower Blue #5F91FD

Color information

#5F91FD (or 0x5F91FD) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 91 and FD. RGB value is (95,145,253). Sum of RGB (Red+Green+Blue) = 95+145+253=493 (65% of max value = 765). Red value is 95 (37.5% from 255 or 19.27% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 253 (99.22% from 255 or 51.32% from 493); Max value from RGB is 253 - color contains mainly: blue. Hex color #5F91FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F91FD is #A06E02. Grayscale: #8D8D8D. Windows color (decimal): -10513923 or 16617823. OLE color: 16617823.

HSL color Cylindrical-coordinate representation of color #5F91FD: hue angle of 221.01º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5F91FD is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB95145253-
CMYK0.620.4300.01
HSL221.01º97.53%68.24%-
HSV(B)221.01º62.45%99.22%-
XYZ32.5729.7896.96-
YUV142.36190.4494.22-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.27%
GREEN value IS 145 (57.03% from 255) = 29.41%
BLUE value IS 253 (99.22% from 255) = 51.32%
R=19.27%
G=29.41%
B=51.32%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal951452530.620.4300.01221.0197.5368.24
Hex5F91FD3E2B01dd6244
Octal137221375765301335142104
Binary10111111001000111111101111110101011011101110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F91FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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