Html Css Color HEX #5880FA Cornflower Blue

📋 copy color: '#5880FA'

red 88 ◦ green 128 ◦ blue 250

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

Shades of Cornflower Blue #5880FA

Tints of Cornflower Blue #5880FA

RGB

 RED value IS 88 (34.77% from 255) = 18.88%

 GREEN value IS 128 (50.39% from 255) = 27.47%

 BLUE value IS 250 (98.05% from 255) = 53.65%

R = 18.88%
G = 27.47%
B = 53.65%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5880FA (or 0x5880FA) is known color: Cornflower Blue. HEX triplet: 58, 80 and FA. RGB value is (88,128,250). Sum of RGB (Red+Green+Blue) = 88+128+250=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 250 (98.05% from 255 or 53.65% from 466); Max value from RGB is 250 - color contains mainly: blue. Hex color #5880FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5880FA is #A77F05. Grayscale: #818181. Windows color (decimal): -10977030 or 16416856. OLE color: 16416856.

HSL color Cylindrical-coordinate representation of color #5880FA: hue angle of 225.19º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5880FA is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 128 250 -
CMYK 0.65 0.49 0 0.02
HSL 225.19º 0.94% 0.66% -
HSV(B) 225.19º 0.65% 0.98% -
XYZ 29 24.42 93.63 -
YUV 129.95 195.75 98.08 -
System Red Green Blue C M Y K H S L
Decimal 88 128 250 0.65 0.49 0 0.02 225.19 0.94 0.66
Hex 58 80 FA 41 31 0 2 E1 5E 42
Octal 130 200 372 101 61 0 2 341 136 102
Binary 1011000 10000000 11111010 1000001 110001 0 10 11100001 1011110 1000010

Color Harmonies of #5880FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5880FA

Black with #5880FA

Text Example


Text Example

White with #5880FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5880FA; }

 p { color: rgb(88,128,250); }

 H1.HeaderClassName
 {
   color: #5880FA;
 }
 .AnyTagClassName
 {
   color: #5880FA;
 }
</style>

background-color css

<style>
 a { background-color: #5880FA; }

 a { background-color: rgb(88,128,250); }

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

border-color css

<style>
 span { border-color: #5880FA; }

 span { border-color: rgb(88,128,250); }

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