#5C92FD

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

Shades of Cornflower Blue #5C92FD

Tints of Cornflower Blue #5C92FD

Color information

#5C92FD (or 0x5C92FD) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 92 and FD. RGB value is (92,146,253). Sum of RGB (Red+Green+Blue) = 92+146+253=491 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.74% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 253 (99.22% from 255 or 51.53% from 491); Max value from RGB is 253 - color contains mainly: blue. Hex color #5C92FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C92FD is #A36D02. Grayscale: #8D8D8D. Windows color (decimal): -10710275 or 16618076. OLE color: 16618076.

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

Color convert

RGB92146253-
CMYK0.640.4200.01
HSL219.88º97.58%67.65%-
HSV(B)219.88º63.64%99.22%-
XYZ32.4229.9297-
YUV142.05190.6192.3-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.74%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 253 (99.22% from 255) = 51.53%
R=18.74%
G=29.74%
B=51.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal921462530.640.4200.01219.8897.5867.65
Hex5C92FD402A01dc6244
Octal1342223751005201334142104
Binary101110010010010111111011000000101010011101110011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C92FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,146,253); }

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

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

 a { background-color: rgb(92,146,253); }

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

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

 span { border-color: rgb(92,146,253); }

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