Html Css Color HEX #5089FF Cornflower Blue

📋 copy color: '#5089FF'

red 80 ◦ green 137 ◦ blue 255

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

Shades of Cornflower Blue #5089FF

Tints of Cornflower Blue #5089FF

RGB

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

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

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

R = 16.95%
G = 29.03%
B = 54.03%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5089FF (or 0x5089FF) is known color: Cornflower Blue. HEX triplet: 50, 89 and FF. RGB value is (80,137,255). Sum of RGB (Red+Green+Blue) = 80+137+255=472 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.95% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 255 (100% from 255 or 54.03% from 472); Max value from RGB is 255 - color contains mainly: blue. Hex color #5089FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5089FF is #AF7600. Grayscale: #848484. Windows color (decimal): -11499009 or 16746832. OLE color: 16746832.

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

Color convert

RGB 80 137 255 -
CMYK 0.69 0.46 0 0
HSL 220.46º 1% 0.66% -
HSV(B) 220.46º 0.69% 1% -
XYZ 30.3 26.82 98.19 -
YUV 133.41 196.62 89.91 -
System Red Green Blue C M Y K H S L
Decimal 80 137 255 0.69 0.46 0 0 220.46 1 0.66
Hex 50 89 FF 45 2E 0 0 DC 64 42
Octal 120 211 377 105 56 0 0 334 144 102
Binary 1010000 10001001 11111111 1000101 101110 0 0 11011100 1100100 1000010

Color Harmonies of #5089FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5089FF

Black with #5089FF

Text Example


Text Example

White with #5089FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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