Html Css Color HEX #5097FF Cornflower Blue

📋 copy color: '#5097FF'

red 80 ◦ green 151 ◦ blue 255

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

Shades of Cornflower Blue #5097FF

Tints of Cornflower Blue #5097FF

RGB

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

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

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

R = 16.46%
G = 31.07%
B = 52.47%

CMYK

 C value IS 0.69

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5097FF (or 0x5097FF) is known color: Cornflower Blue. HEX triplet: 50, 97 and FF. RGB value is (80,151,255). Sum of RGB (Red+Green+Blue) = 80+151+255=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #5097FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5097FF is #AF6800. Grayscale: #8D8D8D. Windows color (decimal): -11495425 or 16750416. OLE color: 16750416.

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

Color convert

RGB 80 151 255 -
CMYK 0.69 0.41 0 0
HSL 215.66º 1% 0.66% -
HSV(B) 215.66º 0.69% 1% -
XYZ 32.42 31.06 98.89 -
YUV 141.63 191.98 84.04 -
System Red Green Blue C M Y K H S L
Decimal 80 151 255 0.69 0.41 0 0 215.66 1 0.66
Hex 50 97 FF 45 29 0 0 D8 64 42
Octal 120 227 377 105 51 0 0 330 144 102
Binary 1010000 10010111 11111111 1000101 101001 0 0 11011000 1100100 1000010

Color Harmonies of #5097FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5097FF

Black with #5097FF

Text Example


Text Example

White with #5097FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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