#5D86EA

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

Shades of Cornflower Blue #5D86EA

Tints of Cornflower Blue #5D86EA

Color information

#5D86EA (or 0x5D86EA) is unknown color: approx Cornflower Blue. HEX triplet: 5D, 86 and EA. RGB value is (93,134,234). Sum of RGB (Red+Green+Blue) = 93+134+234=461 (61% of max value = 765). Red value is 93 (36.72% from 255 or 20.17% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #5D86EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5D86EA is #A27915. Grayscale: #848484. Windows color (decimal): -10647830 or 15369821. OLE color: 15369821.

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

Color convert

RGB93134234-
CMYK0.600.4300.08
HSL222.55º77.05%64.12%-
HSV(B)222.55º60.26%91.76%-
XYZ27.8925.3281.26-
YUV133.14184.9299.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.17%
GREEN value IS 134 (52.73% from 255) = 29.07%
BLUE value IS 234 (91.80% from 255) = 50.76%
R=20.17%
G=29.07%
B=50.76%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal931342340.600.4300.08222.5577.0564.12
Hex5D86EA3C2B08df4d40
Octal1352063527453010337115100
Binary10111011000011011101010111100101011010001101111110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D86EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,134,234); }

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

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

 a { background-color: rgb(93,134,234); }

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

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

 span { border-color: rgb(93,134,234); }

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