#5CA5EA

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

Shades of Cornflower Blue #5CA5EA

Tints of Cornflower Blue #5CA5EA

Color information

#5CA5EA (or 0x5CA5EA) is unknown color: approx Cornflower Blue. HEX triplet: 5C, A5 and EA. RGB value is (92,165,234). Sum of RGB (Red+Green+Blue) = 92+165+234=491 (65% of max value = 765). Red value is 92 (36.33% from 255 or 18.74% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 234 (91.80% from 255 or 47.66% from 491); Max value from RGB is 234 - color contains mainly: blue. Hex color #5CA5EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5CA5EA is #A35A15. Grayscale: #969696. Windows color (decimal): -10705430 or 15377756. OLE color: 15377756.

HSL color Cylindrical-coordinate representation of color #5CA5EA: hue angle of 209.15º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5CA5EA is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB92165234-
CMYK0.610.2900.08
HSL209.15º77.17%63.92%-
HSV(B)209.15º60.68%91.76%-
XYZ32.7235.1382.9-
YUV151.04174.8285.89-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 18.74%
GREEN value IS 165 (64.84% from 255) = 33.60%
BLUE value IS 234 (91.80% from 255) = 47.66%
R=18.74%
G=33.60%
B=47.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal921652340.610.2900.08209.1577.1763.92
Hex5CA5EA3D1D08d14d40
Octal1342453527535010321115100
Binary1011100101001011110101011110111101010001101000110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CA5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,165,234); }

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

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

 a { background-color: rgb(92,165,234); }

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

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

 span { border-color: rgb(92,165,234); }

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