#5CA0FB

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

Shades of Cornflower Blue #5CA0FB

Tints of Cornflower Blue #5CA0FB

Color information

#5CA0FB (or 0x5CA0FB) is unknown color: approx Cornflower Blue. HEX triplet: 5C, A0 and FB. RGB value is (92,160,251). Sum of RGB (Red+Green+Blue) = 92+160+251=503 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.29% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #5CA0FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA0FB is #A35F04. Grayscale: #959595. Windows color (decimal): -10706693 or 16490588. OLE color: 16490588.

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

Color convert

RGB92160251-
CMYK0.630.3600.02
HSL214.34º95.21%67.25%-
HSV(B)214.34º63.35%98.43%-
XYZ34.434.3896.09-
YUV150.04184.9786.6-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.29%
GREEN value IS 160 (62.89% from 255) = 31.81%
BLUE value IS 251 (98.44% from 255) = 49.90%
R=18.29%
G=31.81%
B=49.90%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal921602510.630.3600.02214.3495.2167.25
Hex5CA0FB3F2402d65f43
Octal134240373774402326137103
Binary101110010100000111110111111111001000101101011010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,160,251); }

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

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

 a { background-color: rgb(92,160,251); }

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

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

 span { border-color: rgb(92,160,251); }

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