Html Css Color HEX #5088EB Cornflower Blue

📋 copy color: '#5088EB'

red 80 ◦ green 136 ◦ blue 235

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

Shades of Cornflower Blue #5088EB

Tints of Cornflower Blue #5088EB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.16%

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

R = 17.74%
G = 30.16%
B = 52.11%

CMYK

 C value IS 0.66

 M value IS 0.42

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5088EB (or 0x5088EB) is known color: Cornflower Blue. HEX triplet: 50, 88 and EB. RGB value is (80,136,235). Sum of RGB (Red+Green+Blue) = 80+136+235=451 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.74% from 451); Green value is 136 (53.52% from 255 or 30.16% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #5088EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5088EB is #AF7714. Grayscale: #828282. Windows color (decimal): -11499285 or 15435856. OLE color: 15435856.

HSL color Cylindrical-coordinate representation of color #5088EB: hue angle of 218.32º 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 #5088EB is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 80 136 235 -
CMYK 0.66 0.42 0 0.08
HSL 218.32º 0.79% 0.62% -
HSV(B) 218.32º 0.66% 0.92% -
XYZ 27.11 25.31 82.05 -
YUV 130.54 186.95 91.95 -
System Red Green Blue C M Y K H S L
Decimal 80 136 235 0.66 0.42 0 0.08 218.32 0.79 0.62
Hex 50 88 EB 42 2A 0 8 DA 4F 3E
Octal 120 210 353 102 52 0 10 332 117 76
Binary 1010000 10001000 11101011 1000010 101010 0 1000 11011010 1001111 111110

Color Harmonies of #5088EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5088EB

Black with #5088EB

Text Example


Text Example

White with #5088EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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