#5C90FE

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

Shades of Cornflower Blue #5C90FE

Tints of Cornflower Blue #5C90FE

Color information

#5C90FE (or 0x5C90FE) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 90 and FE. RGB value is (92,144,254). Sum of RGB (Red+Green+Blue) = 92+144+254=490 (64% of max value = 765). Red value is 92 (36.33% from 255 or 18.78% from 490); Green value is 144 (56.64% from 255 or 29.39% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #5C90FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C90FE is #A36F01. Grayscale: #8C8C8C. Windows color (decimal): -10710786 or 16683100. OLE color: 16683100.

HSL color Cylindrical-coordinate representation of color #5C90FE: hue angle of 220.74º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C90FE is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB92144254-
CMYK0.640.4300.00
HSL220.74º98.78%67.84%-
HSV(B)220.74º63.78%99.61%-
XYZ32.2829.3897.74-
YUV140.99191.7793.06-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.78%
GREEN value IS 144 (56.64% from 255) = 29.39%
BLUE value IS 254 (99.61% from 255) = 51.84%
R=18.78%
G=29.39%
B=51.84%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal921442540.640.4300.00220.7498.7867.84
Hex5C90FE402B00dd6344
Octal1342203761005300335143104
Binary101110010010000111111101000000101011001101110111000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C90FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,144,254); }

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

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

 a { background-color: rgb(92,144,254); }

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

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

 span { border-color: rgb(92,144,254); }

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