Html Css Color HEX #5097FE Cornflower Blue

📋 copy color: '#5097FE'

red 80 ◦ green 151 ◦ blue 254

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

Shades of Cornflower Blue #5097FE

Tints of Cornflower Blue #5097FE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.13%

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

R = 16.49%
G = 31.13%
B = 52.37%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5097FE (or 0x5097FE) is known color: Cornflower Blue. HEX triplet: 50, 97 and FE. RGB value is (80,151,254). Sum of RGB (Red+Green+Blue) = 80+151+254=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #5097FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5097FE is #AF6801. Grayscale: #8D8D8D. Windows color (decimal): -11495426 or 16684880. OLE color: 16684880.

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

Color convert

RGB 80 151 254 -
CMYK 0.69 0.41 0 0.00
HSL 215.52º 0.99% 0.65% -
HSV(B) 215.52º 0.69% 1% -
XYZ 32.26 30.99 98.05 -
YUV 141.51 191.48 84.12 -
System Red Green Blue C M Y K H S L
Decimal 80 151 254 0.69 0.41 0 0.00 215.52 0.99 0.65
Hex 50 97 FE 45 29 0 0 D8 63 41
Octal 120 227 376 105 51 0 0 330 143 101
Binary 1010000 10010111 11111110 1000101 101001 0 0 11011000 1100011 1000001

Color Harmonies of #5097FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5097FE

Black with #5097FE

Text Example


Text Example

White with #5097FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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