Html Css Color HEX #5087F6 Cornflower Blue

📋 copy color: '#5087F6'

red 80 ◦ green 135 ◦ blue 246

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

Shades of Cornflower Blue #5087F6

Tints of Cornflower Blue #5087F6

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.28%

 BLUE value IS 246 (96.48% from 255) = 53.36%

R = 17.35%
G = 29.28%
B = 53.36%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5087F6 (or 0x5087F6) is known color: Cornflower Blue. HEX triplet: 50, 87 and F6. RGB value is (80,135,246). Sum of RGB (Red+Green+Blue) = 80+135+246=461 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.35% from 461); Green value is 135 (53.12% from 255 or 29.28% from 461); Blue value is 246 (96.48% from 255 or 53.36% from 461); Max value from RGB is 246 - color contains mainly: blue. Hex color #5087F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5087F6 is #AF7809. Grayscale: #828282. Windows color (decimal): -11499530 or 16156496. OLE color: 16156496.

HSL color Cylindrical-coordinate representation of color #5087F6: hue angle of 220.12º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5087F6 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 135 246 -
CMYK 0.67 0.45 0 0.04
HSL 220.12º 0.9% 0.64% -
HSV(B) 220.12º 0.67% 0.96% -
XYZ 28.61 25.69 90.64 -
YUV 131.21 192.78 91.47 -
System Red Green Blue C M Y K H S L
Decimal 80 135 246 0.67 0.45 0 0.04 220.12 0.9 0.64
Hex 50 87 F6 43 2D 0 4 DC 5A 40
Octal 120 207 366 103 55 0 4 334 132 100
Binary 1010000 10000111 11110110 1000011 101101 0 100 11011100 1011010 1000000

Color Harmonies of #5087F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5087F6

Black with #5087F6

Text Example


Text Example

White with #5087F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5087F6; }

 p { color: rgb(80,135,246); }

 H1.HeaderClassName
 {
   color: #5087F6;
 }
 .AnyTagClassName
 {
   color: #5087F6;
 }
</style>

background-color css

<style>
 a { background-color: #5087F6; }

 a { background-color: rgb(80,135,246); }

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

border-color css

<style>
 span { border-color: #5087F6; }

 span { border-color: rgb(80,135,246); }

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