Html Css Color HEX #5085EB Cornflower Blue

📋 copy color: '#5085EB'

red 80 ◦ green 133 ◦ blue 235

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

Shades of Cornflower Blue #5085EB

Tints of Cornflower Blue #5085EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.46%

R = 17.86%
G = 29.69%
B = 52.46%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5085EB (or 0x5085EB) is known color: Cornflower Blue. HEX triplet: 50, 85 and EB. RGB value is (80,133,235). Sum of RGB (Red+Green+Blue) = 80+133+235=448 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.86% from 448); Green value is 133 (52.34% from 255 or 29.69% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #5085EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5085EB is #AF7A14. Grayscale: #808080. Windows color (decimal): -11500053 or 15435088. OLE color: 15435088.

HSL color Cylindrical-coordinate representation of color #5085EB: hue angle of 219.48º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5085EB is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 133 235 -
CMYK 0.66 0.43 0 0.08
HSL 219.48º 0.79% 0.62% -
HSV(B) 219.48º 0.66% 0.92% -
XYZ 26.69 24.48 81.92 -
YUV 128.78 187.94 93.21 -
System Red Green Blue C M Y K H S L
Decimal 80 133 235 0.66 0.43 0 0.08 219.48 0.79 0.62
Hex 50 85 EB 42 2B 0 8 DB 4F 3E
Octal 120 205 353 102 53 0 10 333 117 76
Binary 1010000 10000101 11101011 1000010 101011 0 1000 11011011 1001111 111110

Color Harmonies of #5085EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5085EB

Black with #5085EB

Text Example


Text Example

White with #5085EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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