Html Css Color HEX #5088FE Cornflower Blue

📋 copy color: '#5088FE'

red 80 ◦ green 136 ◦ blue 254

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

Shades of Cornflower Blue #5088FE

Tints of Cornflower Blue #5088FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.04%

R = 17.02%
G = 28.94%
B = 54.04%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#5088FE (or 0x5088FE) is known color: Cornflower Blue. HEX triplet: 50, 88 and FE. RGB value is (80,136,254). Sum of RGB (Red+Green+Blue) = 80+136+254=470 (62% of max value = 765). Red value is 80 (31.64% from 255 or 17.02% from 470); Green value is 136 (53.52% from 255 or 28.94% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #5088FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5088FE is #AF7701. Grayscale: #848484. Windows color (decimal): -11499266 or 16681040. OLE color: 16681040.

HSL color Cylindrical-coordinate representation of color #5088FE: hue angle of 220.69º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5088FE is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 80 136 254 -
CMYK 0.69 0.46 0 0.00
HSL 220.69º 0.99% 0.65% -
HSV(B) 220.69º 0.69% 1% -
XYZ 30 26.47 97.29 -
YUV 132.71 196.45 90.41 -
System Red Green Blue C M Y K H S L
Decimal 80 136 254 0.69 0.46 0 0.00 220.69 0.99 0.65
Hex 50 88 FE 45 2E 0 0 DD 63 41
Octal 120 210 376 105 56 0 0 335 143 101
Binary 1010000 10001000 11111110 1000101 101110 0 0 11011101 1100011 1000001

Color Harmonies of #5088FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5088FE

Black with #5088FE

Text Example


Text Example

White with #5088FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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