Html Css Color HEX #5880FD Cornflower Blue

📋 copy color: '#5880FD'

red 88 ◦ green 128 ◦ blue 253

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

Shades of Cornflower Blue #5880FD

Tints of Cornflower Blue #5880FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 53.94%

R = 18.76%
G = 27.29%
B = 53.94%

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

#5880FD (or 0x5880FD) is known color: Cornflower Blue. HEX triplet: 58, 80 and FD. RGB value is (88,128,253). Sum of RGB (Red+Green+Blue) = 88+128+253=469 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.76% from 469); Green value is 128 (50.39% from 255 or 27.29% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #5880FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5880FD is #A77F02. Grayscale: #818181. Windows color (decimal): -10977027 or 16613464. OLE color: 16613464.

HSL color Cylindrical-coordinate representation of color #5880FD: hue angle of 225.45º degrees, saturation: 0.98, 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 #5880FD is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 88 128 253 -
CMYK 0.65 0.49 0 0.01
HSL 225.45º 0.98% 0.67% -
HSV(B) 225.45º 0.65% 0.99% -
XYZ 29.47 24.6 96.12 -
YUV 130.29 197.25 97.84 -
System Red Green Blue C M Y K H S L
Decimal 88 128 253 0.65 0.49 0 0.01 225.45 0.98 0.67
Hex 58 80 FD 41 31 0 1 E1 62 43
Octal 130 200 375 101 61 0 1 341 142 103
Binary 1011000 10000000 11111101 1000001 110001 0 1 11100001 1100010 1000011

Color Harmonies of #5880FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5880FD

Black with #5880FD

Text Example


Text Example

White with #5880FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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