Html Css Color HEX #5580FB Cornflower Blue

📋 copy color: '#5580FB'

red 85 ◦ green 128 ◦ blue 251

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

Shades of Cornflower Blue #5580FB

Tints of Cornflower Blue #5580FB

RGB

 RED value IS 85 (33.59% from 255) = 18.32%

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

 BLUE value IS 251 (98.44% from 255) = 54.09%

R = 18.32%
G = 27.59%
B = 54.09%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5580FB (or 0x5580FB) is known color: Cornflower Blue. HEX triplet: 55, 80 and FB. RGB value is (85,128,251). Sum of RGB (Red+Green+Blue) = 85+128+251=464 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.32% from 464); Green value is 128 (50.39% from 255 or 27.59% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #5580FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5580FB is #AA7F04. Grayscale: #808080. Windows color (decimal): -11173637 or 16482389. OLE color: 16482389.

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

Color convert

RGB 85 128 251 -
CMYK 0.66 0.49 0 0.02
HSL 224.46º 0.95% 0.66% -
HSV(B) 224.46º 0.66% 0.98% -
XYZ 28.88 24.33 94.44 -
YUV 129.17 196.75 96.5 -
System Red Green Blue C M Y K H S L
Decimal 85 128 251 0.66 0.49 0 0.02 224.46 0.95 0.66
Hex 55 80 FB 42 31 0 2 E0 5F 42
Octal 125 200 373 102 61 0 2 340 137 102
Binary 1010101 10000000 11111011 1000010 110001 0 10 11100000 1011111 1000010

Color Harmonies of #5580FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5580FB

Black with #5580FB

Text Example


Text Example

White with #5580FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5580FB; }

 p { color: rgb(85,128,251); }

 H1.HeaderClassName
 {
   color: #5580FB;
 }
 .AnyTagClassName
 {
   color: #5580FB;
 }
</style>

background-color css

<style>
 a { background-color: #5580FB; }

 a { background-color: rgb(85,128,251); }

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

border-color css

<style>
 span { border-color: #5580FB; }

 span { border-color: rgb(85,128,251); }

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