Html Css Color HEX #5097EF Cornflower Blue

📋 copy color: '#5097EF'

red 80 ◦ green 151 ◦ blue 239

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

Shades of Cornflower Blue #5097EF

Tints of Cornflower Blue #5097EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.85%

R = 17.02%
G = 32.13%
B = 50.85%

CMYK

 C value IS 0.67

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5097EF (or 0x5097EF) is known color: Cornflower Blue. HEX triplet: 50, 97 and EF. RGB value is (80,151,239). Sum of RGB (Red+Green+Blue) = 80+151+239=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #5097EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5097EF is #AF6810. Grayscale: #8B8B8B. Windows color (decimal): -11495441 or 15701840. OLE color: 15701840.

HSL color Cylindrical-coordinate representation of color #5097EF: hue angle of 213.21º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5097EF is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 80 151 239 -
CMYK 0.67 0.37 0 0.06
HSL 213.21º 0.83% 0.63% -
HSV(B) 213.21º 0.67% 0.94% -
XYZ 29.95 30.07 85.89 -
YUV 139.8 183.98 85.34 -
System Red Green Blue C M Y K H S L
Decimal 80 151 239 0.67 0.37 0 0.06 213.21 0.83 0.63
Hex 50 97 EF 43 25 0 6 D5 53 3F
Octal 120 227 357 103 45 0 6 325 123 77
Binary 1010000 10010111 11101111 1000011 100101 0 110 11010101 1010011 111111

Color Harmonies of #5097EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5097EF

Black with #5097EF

Text Example


Text Example

White with #5097EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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