#5f85fb

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

Shades of Cornflower Blue #5F85FB

Tints of Cornflower Blue #5F85FB

Color information

#5F85FB (or 0x5F85FB) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 85 and FB. RGB value is (95,133,251). Sum of RGB (Red+Green+Blue) = 95+133+251=479 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.83% from 479); Green value is 133 (52.34% from 255 or 27.77% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #5F85FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5F85FB is #A07A04. Grayscale: #868686. Windows color (decimal): -10516997 or 16483679. OLE color: 16483679.

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

Color convert

RGB95133251-
CMYK0.620.4700.02
HSL225.38º95.12%67.84%-
HSV(B)225.38º62.15%98.43%-
XYZ30.5226.1794.71-
YUV135.09193.4199.41-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.83%
GREEN value IS 133 (52.34% from 255) = 27.77%
BLUE value IS 251 (98.44% from 255) = 52.40%
R=19.83%
G=27.77%
B=52.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal951332510.620.4700.02225.3895.1267.84
Hex5F85FB3E2F02e15f44
Octal137205373765702341137104
Binary101111110000101111110111111101011110101110000110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f85fb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,133,251); }

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

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

 a { background-color: rgb(95,133,251); }

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

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

 span { border-color: rgb(95,133,251); }

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