Html Css Color HEX #5081FE Cornflower Blue

📋 copy color: '#5081FE'

red 80 ◦ green 129 ◦ blue 254

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

Shades of Cornflower Blue #5081FE

Tints of Cornflower Blue #5081FE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.86%

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

R = 17.28%
G = 27.86%
B = 54.86%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5081FE (or 0x5081FE) is known color: Cornflower Blue. HEX triplet: 50, 81 and FE. RGB value is (80,129,254). Sum of RGB (Red+Green+Blue) = 80+129+254=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #5081FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5081FE is #AF7E01. Grayscale: #808080. Windows color (decimal): -11501058 or 16679248. OLE color: 16679248.

HSL color Cylindrical-coordinate representation of color #5081FE: hue angle of 223.1º 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 #5081FE is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 129 254 -
CMYK 0.69 0.49 0 0.00
HSL 223.1º 0.99% 0.65% -
HSV(B) 223.1º 0.69% 1% -
XYZ 29.05 24.56 96.98 -
YUV 128.6 198.77 93.34 -
System Red Green Blue C M Y K H S L
Decimal 80 129 254 0.69 0.49 0 0.00 223.1 0.99 0.65
Hex 50 81 FE 45 31 0 0 DF 63 41
Octal 120 201 376 105 61 0 0 337 143 101
Binary 1010000 10000001 11111110 1000101 110001 0 0 11011111 1100011 1000001

Color Harmonies of #5081FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5081FE

Black with #5081FE

Text Example


Text Example

White with #5081FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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