Html Css Color HEX #5091FF Cornflower Blue

📋 copy color: '#5091FF'

red 80 ◦ green 145 ◦ blue 255

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

Shades of Cornflower Blue #5091FF

Tints of Cornflower Blue #5091FF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.21%

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

R = 16.67%
G = 30.21%
B = 53.13%

CMYK

 C value IS 0.69

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#5091FF (or 0x5091FF) is known color: Cornflower Blue. HEX triplet: 50, 91 and FF. RGB value is (80,145,255). Sum of RGB (Red+Green+Blue) = 80+145+255=480 (63% of max value = 765). Red value is 80 (31.64% from 255 or 16.67% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #5091FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5091FF is #AF6E00. Grayscale: #898989. Windows color (decimal): -11496961 or 16748880. OLE color: 16748880.

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

Color convert

RGB 80 145 255 -
CMYK 0.69 0.43 0 0
HSL 217.71º 1% 0.66% -
HSV(B) 217.71º 0.69% 1% -
XYZ 31.48 29.18 98.58 -
YUV 138.11 193.97 86.56 -
System Red Green Blue C M Y K H S L
Decimal 80 145 255 0.69 0.43 0 0 217.71 1 0.66
Hex 50 91 FF 45 2B 0 0 DA 64 42
Octal 120 221 377 105 53 0 0 332 144 102
Binary 1010000 10010001 11111111 1000101 101011 0 0 11011010 1100100 1000010

Color Harmonies of #5091FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5091FF

Black with #5091FF

Text Example


Text Example

White with #5091FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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