Html Css Color HEX #5089F6 Cornflower Blue

📋 copy color: '#5089F6'

red 80 ◦ green 137 ◦ blue 246

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

Shades of Cornflower Blue #5089F6

Tints of Cornflower Blue #5089F6

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.59%

 BLUE value IS 246 (96.48% from 255) = 53.13%

R = 17.28%
G = 29.59%
B = 53.13%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5089F6 (or 0x5089F6) is known color: Cornflower Blue. HEX triplet: 50, 89 and F6. RGB value is (80,137,246). Sum of RGB (Red+Green+Blue) = 80+137+246=463 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.28% from 463); Green value is 137 (53.91% from 255 or 29.59% from 463); Blue value is 246 (96.48% from 255 or 53.13% from 463); Max value from RGB is 246 - color contains mainly: blue. Hex color #5089F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5089F6 is #AF7609. Grayscale: #838383. Windows color (decimal): -11499018 or 16157008. OLE color: 16157008.

HSL color Cylindrical-coordinate representation of color #5089F6: hue angle of 219.4º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5089F6 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 80 137 246 -
CMYK 0.67 0.44 0 0.04
HSL 219.4º 0.9% 0.64% -
HSV(B) 219.4º 0.67% 0.96% -
XYZ 28.89 26.25 90.73 -
YUV 132.38 192.12 90.64 -
System Red Green Blue C M Y K H S L
Decimal 80 137 246 0.67 0.44 0 0.04 219.4 0.9 0.64
Hex 50 89 F6 43 2C 0 4 DB 5A 40
Octal 120 211 366 103 54 0 4 333 132 100
Binary 1010000 10001001 11110110 1000011 101100 0 100 11011011 1011010 1000000

Color Harmonies of #5089F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5089F6

Black with #5089F6

Text Example


Text Example

White with #5089F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5089F6; }

 p { color: rgb(80,137,246); }

 H1.HeaderClassName
 {
   color: #5089F6;
 }
 .AnyTagClassName
 {
   color: #5089F6;
 }
</style>

background-color css

<style>
 a { background-color: #5089F6; }

 a { background-color: rgb(80,137,246); }

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

border-color css

<style>
 span { border-color: #5089F6; }

 span { border-color: rgb(80,137,246); }

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