Html Css Color HEX #5090EB Cornflower Blue

📋 copy color: '#5090EB'

red 80 ◦ green 144 ◦ blue 235

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

Shades of Cornflower Blue #5090EB

Tints of Cornflower Blue #5090EB

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.37%

 BLUE value IS 235 (92.19% from 255) = 51.2%

R = 17.43%
G = 31.37%
B = 51.2%

CMYK

 C value IS 0.66

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5090EB (or 0x5090EB) is known color: Cornflower Blue. HEX triplet: 50, 90 and EB. RGB value is (80,144,235). Sum of RGB (Red+Green+Blue) = 80+144+235=459 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.43% from 459); Green value is 144 (56.64% from 255 or 31.37% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #5090EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5090EB is #AF6F14. Grayscale: #868686. Windows color (decimal): -11497237 or 15437904. OLE color: 15437904.

HSL color Cylindrical-coordinate representation of color #5090EB: hue angle of 215.23º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5090EB is Cyan = 0.66, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 144 235 -
CMYK 0.66 0.39 0 0.08
HSL 215.23º 0.79% 0.62% -
HSV(B) 215.23º 0.66% 0.92% -
XYZ 28.28 27.65 82.44 -
YUV 135.24 184.3 88.6 -
System Red Green Blue C M Y K H S L
Decimal 80 144 235 0.66 0.39 0 0.08 215.23 0.79 0.62
Hex 50 90 EB 42 27 0 8 D7 4F 3E
Octal 120 220 353 102 47 0 10 327 117 76
Binary 1010000 10010000 11101011 1000010 100111 0 1000 11010111 1001111 111110

Color Harmonies of #5090EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5090EB

Black with #5090EB

Text Example


Text Example

White with #5090EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5090EB; }

 p { color: rgb(80,144,235); }

 H1.HeaderClassName
 {
   color: #5090EB;
 }
 .AnyTagClassName
 {
   color: #5090EB;
 }
</style>

background-color css

<style>
 a { background-color: #5090EB; }

 a { background-color: rgb(80,144,235); }

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

border-color css

<style>
 span { border-color: #5090EB; }

 span { border-color: rgb(80,144,235); }

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