#5F9BFC

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

Shades of Cornflower Blue #5F9BFC

Tints of Cornflower Blue #5F9BFC

Color information

#5F9BFC (or 0x5F9BFC) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 9B and FC. RGB value is (95,155,252). Sum of RGB (Red+Green+Blue) = 95+155+252=502 (66% of max value = 765). Red value is 95 (37.5% from 255 or 18.92% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #5F9BFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F9BFC is #A06403. Grayscale: #939393. Windows color (decimal): -10511364 or 16554847. OLE color: 16554847.

HSL color Cylindrical-coordinate representation of color #5F9BFC: hue angle of 217.07º degrees, saturation: 0.96, 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 #5F9BFC is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB95155252-
CMYK0.620.3800.01
HSL217.07º96.32%68.04%-
HSV(B)217.07º62.3%98.82%-
XYZ34.0132.996.65-
YUV148.12186.6290.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.92%
GREEN value IS 155 (60.94% from 255) = 30.88%
BLUE value IS 252 (98.83% from 255) = 50.20%
R=18.92%
G=30.88%
B=50.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal951552520.620.3800.01217.0796.3268.04
Hex5F9BFC3E2601d96044
Octal137233374764601331140104
Binary10111111001101111111100111110100110011101100111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,155,252); }

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

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

 a { background-color: rgb(95,155,252); }

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

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

 span { border-color: rgb(95,155,252); }

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