#5C9CFB

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

Shades of Cornflower Blue #5C9CFB

Tints of Cornflower Blue #5C9CFB

Color information

#5C9CFB (or 0x5C9CFB) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 9C and FB. RGB value is (92,156,251). Sum of RGB (Red+Green+Blue) = 92+156+251=499 (66% of max value = 765). Red value is 92 (36.33% from 255 or 18.44% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 251 (98.44% from 255 or 50.30% from 499); Max value from RGB is 251 - color contains mainly: blue. Hex color #5C9CFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C9CFB is #A36304. Grayscale: #939393. Windows color (decimal): -10707717 or 16489564. OLE color: 16489564.

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

Color convert

RGB92156251-
CMYK0.630.3800.02
HSL215.85º95.21%67.25%-
HSV(B)215.85º63.35%98.43%-
XYZ33.7133.0295.86-
YUV147.69186.388.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.44%
GREEN value IS 156 (61.33% from 255) = 31.26%
BLUE value IS 251 (98.44% from 255) = 50.30%
R=18.44%
G=31.26%
B=50.30%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal921562510.630.3800.02215.8595.2167.25
Hex5C9CFB3F2602d85f43
Octal134234373774602330137103
Binary101110010011100111110111111111001100101101100010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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