#5F7CFB

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

Shades of Cornflower Blue #5F7CFB

Tints of Cornflower Blue #5F7CFB

Color information

#5F7CFB (or 0x5F7CFB) is unknown color: approx Cornflower Blue. HEX triplet: 5F, 7C and FB. RGB value is (95,124,251). Sum of RGB (Red+Green+Blue) = 95+124+251=470 (62% of max value = 765). Red value is 95 (37.5% from 255 or 20.21% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 251 (98.44% from 255 or 53.40% from 470); Max value from RGB is 251 - color contains mainly: blue. Hex color #5F7CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5F7CFB is #A08304. Grayscale: #818181. Windows color (decimal): -10519301 or 16481375. OLE color: 16481375.

HSL color Cylindrical-coordinate representation of color #5F7CFB: hue angle of 228.85º 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 #5F7CFB is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB95124251-
CMYK0.620.5100.02
HSL228.85º95.12%67.84%-
HSV(B)228.85º62.15%98.43%-
XYZ29.3423.8194.32-
YUV129.81196.39103.17-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 20.21%
GREEN value IS 124 (48.83% from 255) = 26.38%
BLUE value IS 251 (98.44% from 255) = 53.40%
R=20.21%
G=26.38%
B=53.40%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal951242510.620.5100.02228.8595.1267.84
Hex5F7CFB3E3302e55f44
Octal137174373766302345137104
Binary10111111111100111110111111101100110101110010110111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F7CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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