Html Css Color HEX #5085FE Cornflower Blue

📋 copy color: '#5085FE'

red 80 ◦ green 133 ◦ blue 254

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

Shades of Cornflower Blue #5085FE

Tints of Cornflower Blue #5085FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.39%

R = 17.13%
G = 28.48%
B = 54.39%

CMYK

 C value IS 0.69

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5085FE (or 0x5085FE) is known color: Cornflower Blue. HEX triplet: 50, 85 and FE. RGB value is (80,133,254). Sum of RGB (Red+Green+Blue) = 80+133+254=467 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.13% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 254 (99.61% from 255 or 54.39% from 467); Max value from RGB is 254 - color contains mainly: blue. Hex color #5085FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5085FE is #AF7A01. Grayscale: #828282. Windows color (decimal): -11500034 or 16680272. OLE color: 16680272.

HSL color Cylindrical-coordinate representation of color #5085FE: hue angle of 221.72º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5085FE is Cyan = 0.69, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 133 254 -
CMYK 0.69 0.48 0 0.00
HSL 221.72º 0.99% 0.65% -
HSV(B) 221.72º 0.69% 1% -
XYZ 29.59 25.64 97.15 -
YUV 130.95 197.44 91.66 -
System Red Green Blue C M Y K H S L
Decimal 80 133 254 0.69 0.48 0 0.00 221.72 0.99 0.65
Hex 50 85 FE 45 30 0 0 DE 63 41
Octal 120 205 376 105 60 0 0 336 143 101
Binary 1010000 10000101 11111110 1000101 110000 0 0 11011110 1100011 1000001

Color Harmonies of #5085FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5085FE

Black with #5085FE

Text Example


Text Example

White with #5085FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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