Html Css Color HEX #5088DE Cornflower Blue

📋 copy color: '#5088DE'

red 80 ◦ green 136 ◦ blue 222

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

Shades of Cornflower Blue #5088DE

Tints of Cornflower Blue #5088DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.68%

R = 18.26%
G = 31.05%
B = 50.68%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5088DE (or 0x5088DE) is known color: Cornflower Blue. HEX triplet: 50, 88 and DE. RGB value is (80,136,222). Sum of RGB (Red+Green+Blue) = 80+136+222=438 (58% of max value = 765). Red value is 80 (31.64% from 255 or 18.26% from 438); Green value is 136 (53.52% from 255 or 31.05% from 438); Blue value is 222 (87.11% from 255 or 50.68% from 438); Max value from RGB is 222 - color contains mainly: blue. Hex color #5088DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5088DE is #AF7721. Grayscale: #808080. Windows color (decimal): -11499298 or 14583888. OLE color: 14583888.

HSL color Cylindrical-coordinate representation of color #5088DE: hue angle of 216.34º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5088DE is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 136 222 -
CMYK 0.64 0.39 0 0.13
HSL 216.34º 0.68% 0.59% -
HSV(B) 216.34º 0.64% 0.87% -
XYZ 25.3 24.59 72.52 -
YUV 129.06 180.45 93.01 -
System Red Green Blue C M Y K H S L
Decimal 80 136 222 0.64 0.39 0 0.13 216.34 0.68 0.59
Hex 50 88 DE 40 27 0 D D8 44 3B
Octal 120 210 336 100 47 0 15 330 104 73
Binary 1010000 10001000 11011110 1000000 100111 0 1101 11011000 1000100 111011

Color Harmonies of #5088DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5088DE

Black with #5088DE

Text Example


Text Example

White with #5088DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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