Html Css Color HEX #5087FD Cornflower Blue

📋 copy color: '#5087FD'

red 80 ◦ green 135 ◦ blue 253

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

Shades of Cornflower Blue #5087FD

Tints of Cornflower Blue #5087FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 54.06%

R = 17.09%
G = 28.85%
B = 54.06%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5087FD (or 0x5087FD) is known color: Cornflower Blue. HEX triplet: 50, 87 and FD. RGB value is (80,135,253). Sum of RGB (Red+Green+Blue) = 80+135+253=468 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.09% from 468); Green value is 135 (53.12% from 255 or 28.85% from 468); Blue value is 253 (99.22% from 255 or 54.06% from 468); Max value from RGB is 253 - color contains mainly: blue. Hex color #5087FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5087FD is #AF7802. Grayscale: #838383. Windows color (decimal): -11499523 or 16615248. OLE color: 16615248.

HSL color Cylindrical-coordinate representation of color #5087FD: hue angle of 220.92º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5087FD is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 80 135 253 -
CMYK 0.68 0.47 0 0.01
HSL 220.92º 0.98% 0.65% -
HSV(B) 220.92º 0.68% 0.99% -
XYZ 29.7 26.13 96.41 -
YUV 132.01 196.28 90.91 -
System Red Green Blue C M Y K H S L
Decimal 80 135 253 0.68 0.47 0 0.01 220.92 0.98 0.65
Hex 50 87 FD 44 2F 0 1 DD 62 41
Octal 120 207 375 104 57 0 1 335 142 101
Binary 1010000 10000111 11111101 1000100 101111 0 1 11011101 1100010 1000001

Color Harmonies of #5087FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5087FD

Black with #5087FD

Text Example


Text Example

White with #5087FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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