Html Css Color HEX #5088ED Cornflower Blue

📋 copy color: '#5088ED'

red 80 ◦ green 136 ◦ blue 237

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

Shades of Cornflower Blue #5088ED

Tints of Cornflower Blue #5088ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.32%

R = 17.66%
G = 30.02%
B = 52.32%

CMYK

 C value IS 0.66

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5088ED (or 0x5088ED) is known color: Cornflower Blue. HEX triplet: 50, 88 and ED. RGB value is (80,136,237). Sum of RGB (Red+Green+Blue) = 80+136+237=453 (60% of max value = 765). Red value is 80 (31.64% from 255 or 17.66% from 453); Green value is 136 (53.52% from 255 or 30.02% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #5088ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5088ED is #AF7712. Grayscale: #828282. Windows color (decimal): -11499283 or 15566928. OLE color: 15566928.

HSL color Cylindrical-coordinate representation of color #5088ED: hue angle of 218.6º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5088ED is Cyan = 0.66, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 80 136 237 -
CMYK 0.66 0.43 0 0.07
HSL 218.6º 0.81% 0.62% -
HSV(B) 218.6º 0.66% 0.93% -
XYZ 27.4 25.43 83.58 -
YUV 130.77 187.95 91.79 -
System Red Green Blue C M Y K H S L
Decimal 80 136 237 0.66 0.43 0 0.07 218.6 0.81 0.62
Hex 50 88 ED 42 2B 0 7 DB 51 3E
Octal 120 210 355 102 53 0 7 333 121 76
Binary 1010000 10001000 11101101 1000010 101011 0 111 11011011 1010001 111110

Color Harmonies of #5088ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5088ED

Black with #5088ED

Text Example


Text Example

White with #5088ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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