Html Css Color HEX #5085EC Cornflower Blue

📋 copy color: '#5085EC'

red 80 ◦ green 133 ◦ blue 236

#5085EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #5085EC

Tints of Cornflower Blue #5085EC

RGB

 RED value IS 80 (31.64% from 255) = 17.82%

 GREEN value IS 133 (52.34% from 255) = 29.62%

 BLUE value IS 236 (92.58% from 255) = 52.56%

R = 17.82%
G = 29.62%
B = 52.56%

CMYK

 C value IS 0.66

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5085EC (or 0x5085EC) is known color: Cornflower Blue. HEX triplet: 50, 85 and EC. RGB value is (80,133,236). Sum of RGB (Red+Green+Blue) = 80+133+236=449 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.82% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 236 (92.58% from 255 or 52.56% from 449); Max value from RGB is 236 - color contains mainly: blue. Hex color #5085EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5085EC is #AF7A13. Grayscale: #808080. Windows color (decimal): -11500052 or 15500624. OLE color: 15500624.

HSL color Cylindrical-coordinate representation of color #5085EC: hue angle of 219.62º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5085EC is Cyan = 0.66, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 133 236 -
CMYK 0.66 0.44 0 0.07
HSL 219.62º 0.8% 0.62% -
HSV(B) 219.62º 0.66% 0.93% -
XYZ 26.84 24.54 82.68 -
YUV 128.9 188.44 93.12 -
System Red Green Blue C M Y K H S L
Decimal 80 133 236 0.66 0.44 0 0.07 219.62 0.8 0.62
Hex 50 85 EC 42 2C 0 7 DC 50 3E
Octal 120 205 354 102 54 0 7 334 120 76
Binary 1010000 10000101 11101100 1000010 101100 0 111 11011100 1010000 111110

Color Harmonies of #5085EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5085EC

Black with #5085EC

Text Example


Text Example

White with #5085EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5085EC; }

 p { color: rgb(80,133,236); }

 H1.HeaderClassName
 {
   color: #5085EC;
 }
 .AnyTagClassName
 {
   color: #5085EC;
 }
</style>

background-color css

<style>
 a { background-color: #5085EC; }

 a { background-color: rgb(80,133,236); }

 div.DivClassName
 {
   background-color: #5085EC;
 }
 .BgClassName
 {
   background-color: #5085EC;
 }
</style>

border-color css

<style>
 span { border-color: #5085EC; }

 span { border-color: rgb(80,133,236); }

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