Html Css Color HEX #5880FC Cornflower Blue

📋 copy color: '#5880FC'

red 88 ◦ green 128 ◦ blue 252

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

Shades of Cornflower Blue #5880FC

Tints of Cornflower Blue #5880FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.85%

R = 18.8%
G = 27.35%
B = 53.85%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5880FC (or 0x5880FC) is known color: Cornflower Blue. HEX triplet: 58, 80 and FC. RGB value is (88,128,252). Sum of RGB (Red+Green+Blue) = 88+128+252=468 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.80% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #5880FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5880FC is #A77F03. Grayscale: #818181. Windows color (decimal): -10977028 or 16547928. OLE color: 16547928.

HSL color Cylindrical-coordinate representation of color #5880FC: hue angle of 225.37º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5880FC is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 128 252 -
CMYK 0.65 0.49 0 0.01
HSL 225.37º 0.96% 0.67% -
HSV(B) 225.37º 0.65% 0.99% -
XYZ 29.31 24.54 95.29 -
YUV 130.18 196.75 97.92 -
System Red Green Blue C M Y K H S L
Decimal 88 128 252 0.65 0.49 0 0.01 225.37 0.96 0.67
Hex 58 80 FC 41 31 0 1 E1 60 43
Octal 130 200 374 101 61 0 1 341 140 103
Binary 1011000 10000000 11111100 1000001 110001 0 1 11100001 1100000 1000011

Color Harmonies of #5880FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5880FC

Black with #5880FC

Text Example


Text Example

White with #5880FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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