#5C7EF9

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

Shades of Cornflower Blue #5C7EF9

Tints of Cornflower Blue #5C7EF9

Color information

#5C7EF9 (or 0x5C7EF9) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 7E and F9. RGB value is (92,126,249). Sum of RGB (Red+Green+Blue) = 92+126+249=467 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.70% from 467); Green value is 126 (49.61% from 255 or 26.98% from 467); Blue value is 249 (97.66% from 255 or 53.32% from 467); Max value from RGB is 249 - color contains mainly: blue. Hex color #5C7EF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5C7EF9 is #A38106. Grayscale: #818181. Windows color (decimal): -10715399 or 16350812. OLE color: 16350812.

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

Color convert

RGB92126249-
CMYK0.630.4900.02
HSL227.01º92.9%66.86%-
HSV(B)227.01º63.05%97.65%-
XYZ28.9724.0492.73-
YUV129.86195.24101-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.70%
GREEN value IS 126 (49.61% from 255) = 26.98%
BLUE value IS 249 (97.66% from 255) = 53.32%
R=19.70%
G=26.98%
B=53.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal921262490.630.4900.02227.0192.966.86
Hex5C7EF93F3102e35d43
Octal134176371776102343135103
Binary10111001111110111110011111111100010101110001110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C7EF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,126,249); }

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

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

 a { background-color: rgb(92,126,249); }

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

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

 span { border-color: rgb(92,126,249); }

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