Html Css Color HEX #5588FC Cornflower Blue

📋 copy color: '#5588FC'

red 85 ◦ green 136 ◦ blue 252

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

Shades of Cornflower Blue #5588FC

Tints of Cornflower Blue #5588FC

RGB

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

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

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

R = 17.97%
G = 28.75%
B = 53.28%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5588FC (or 0x5588FC) is known color: Cornflower Blue. HEX triplet: 55, 88 and FC. RGB value is (85,136,252). Sum of RGB (Red+Green+Blue) = 85+136+252=473 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.97% from 473); Green value is 136 (53.52% from 255 or 28.75% from 473); Blue value is 252 (98.83% from 255 or 53.28% from 473); Max value from RGB is 252 - color contains mainly: blue. Hex color #5588FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5588FC is #AA7703. Grayscale: #858585. Windows color (decimal): -11171588 or 16549973. OLE color: 16549973.

HSL color Cylindrical-coordinate representation of color #5588FC: hue angle of 221.68º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5588FC is Cyan = 0.66, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 136 252 -
CMYK 0.66 0.46 0 0.01
HSL 221.68º 0.97% 0.66% -
HSV(B) 221.68º 0.66% 0.99% -
XYZ 30.12 26.57 95.64 -
YUV 133.98 194.6 93.07 -
System Red Green Blue C M Y K H S L
Decimal 85 136 252 0.66 0.46 0 0.01 221.68 0.97 0.66
Hex 55 88 FC 42 2E 0 1 DE 61 42
Octal 125 210 374 102 56 0 1 336 141 102
Binary 1010101 10001000 11111100 1000010 101110 0 1 11011110 1100001 1000010

Color Harmonies of #5588FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5588FC

Black with #5588FC

Text Example


Text Example

White with #5588FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,136,252); }

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

background-color css

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

 a { background-color: rgb(85,136,252); }

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

border-color css

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

 span { border-color: rgb(85,136,252); }

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