#5C93F2

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

Shades of Cornflower Blue #5C93F2

Tints of Cornflower Blue #5C93F2

Color information

#5C93F2 (or 0x5C93F2) is unknown color: approx Cornflower Blue. HEX triplet: 5C, 93 and F2. RGB value is (92,147,242). Sum of RGB (Red+Green+Blue) = 92+147+242=481 (63% of max value = 765). Red value is 92 (36.33% from 255 or 19.13% from 481); Green value is 147 (57.81% from 255 or 30.56% from 481); Blue value is 242 (94.92% from 255 or 50.31% from 481); Max value from RGB is 242 - color contains mainly: blue. Hex color #5C93F2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5C93F2 is #A36C0D. Grayscale: #8C8C8C. Windows color (decimal): -10710030 or 15897436. OLE color: 15897436.

HSL color Cylindrical-coordinate representation of color #5C93F2: hue angle of 218º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5C93F2 is Cyan = 0.62, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB92147242-
CMYK0.620.3900.05
HSL218º85.23%65.49%-
HSV(B)218º61.98%94.9%-
XYZ30.8729.5588.08-
YUV141.38184.7892.78-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 19.13%
GREEN value IS 147 (57.81% from 255) = 30.56%
BLUE value IS 242 (94.92% from 255) = 50.31%
R=19.13%
G=30.56%
B=50.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal921472420.620.3900.0521885.2365.49
Hex5C93F23E2705da5541
Octal134223362764705332125101
Binary1011100100100111111001011111010011101011101101010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C93F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,147,242); }

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

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

 a { background-color: rgb(92,147,242); }

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

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

 span { border-color: rgb(92,147,242); }

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