Html Css Color HEX #5087FF Cornflower Blue

📋 copy color: '#5087FF'

red 80 ◦ green 135 ◦ blue 255

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

Shades of Cornflower Blue #5087FF

Tints of Cornflower Blue #5087FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.26%

R = 17.02%
G = 28.72%
B = 54.26%

CMYK

 C value IS 0.69

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5087FF (or 0x5087FF) is known color: Cornflower Blue. HEX triplet: 50, 87 and FF. RGB value is (80,135,255). Sum of RGB (Red+Green+Blue) = 80+135+255=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #5087FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5087FF is #AF7800. Grayscale: #838383. Windows color (decimal): -11499521 or 16746320. OLE color: 16746320.

HSL color Cylindrical-coordinate representation of color #5087FF: hue angle of 221.14º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5087FF is Cyan = 0.69, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 80 135 255 -
CMYK 0.69 0.47 0 0
HSL 221.14º 1% 0.66% -
HSV(B) 221.14º 0.69% 1% -
XYZ 30.02 26.25 98.09 -
YUV 132.24 197.28 90.74 -
System Red Green Blue C M Y K H S L
Decimal 80 135 255 0.69 0.47 0 0 221.14 1 0.66
Hex 50 87 FF 45 2F 0 0 DD 64 42
Octal 120 207 377 105 57 0 0 335 144 102
Binary 1010000 10000111 11111111 1000101 101111 0 0 11011101 1100100 1000010

Color Harmonies of #5087FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5087FF

Black with #5087FF

Text Example


Text Example

White with #5087FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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