Html Css Color HEX #5088DD Cornflower Blue

📋 copy color: '#5088DD'

red 80 ◦ green 136 ◦ blue 221

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

Shades of Cornflower Blue #5088DD

Tints of Cornflower Blue #5088DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 18.31%
G = 31.12%
B = 50.57%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5088DD (or 0x5088DD) is known color: Cornflower Blue. HEX triplet: 50, 88 and DD. RGB value is (80,136,221). Sum of RGB (Red+Green+Blue) = 80+136+221=437 (57% of max value = 765). Red value is 80 (31.64% from 255 or 18.31% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #5088DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5088DD is #AF7722. Grayscale: #808080. Windows color (decimal): -11499299 or 14518352. OLE color: 14518352.

HSL color Cylindrical-coordinate representation of color #5088DD: hue angle of 216.17º degrees, saturation: 0.67, 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 #5088DD is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 136 221 -
CMYK 0.64 0.38 0 0.13
HSL 216.17º 0.67% 0.59% -
HSV(B) 216.17º 0.64% 0.87% -
XYZ 25.16 24.53 71.82 -
YUV 128.95 179.95 93.09 -
System Red Green Blue C M Y K H S L
Decimal 80 136 221 0.64 0.38 0 0.13 216.17 0.67 0.59
Hex 50 88 DD 40 26 0 D D8 43 3B
Octal 120 210 335 100 46 0 15 330 103 73
Binary 1010000 10001000 11011101 1000000 100110 0 1101 11011000 1000011 111011

Color Harmonies of #5088DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5088DD

Black with #5088DD

Text Example


Text Example

White with #5088DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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