Html Css Color HEX #5887FA Cornflower Blue

📋 copy color: '#5887FA'

red 88 ◦ green 135 ◦ blue 250

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

Shades of Cornflower Blue #5887FA

Tints of Cornflower Blue #5887FA

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.54%

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

R = 18.6%
G = 28.54%
B = 52.85%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5887FA (or 0x5887FA) is known color: Cornflower Blue. HEX triplet: 58, 87 and FA. RGB value is (88,135,250). Sum of RGB (Red+Green+Blue) = 88+135+250=473 (62% of max value = 765). Red value is 88 (34.77% from 255 or 18.60% from 473); Green value is 135 (53.12% from 255 or 28.54% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #5887FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5887FA is #A77805. Grayscale: #858585. Windows color (decimal): -10975238 or 16418648. OLE color: 16418648.

HSL color Cylindrical-coordinate representation of color #5887FA: hue angle of 222.59º 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 #5887FA is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 88 135 250 -
CMYK 0.65 0.46 0 0.02
HSL 222.59º 0.94% 0.66% -
HSV(B) 222.59º 0.65% 0.98% -
XYZ 29.94 26.3 93.94 -
YUV 134.06 193.43 95.15 -
System Red Green Blue C M Y K H S L
Decimal 88 135 250 0.65 0.46 0 0.02 222.59 0.94 0.66
Hex 58 87 FA 41 2E 0 2 DF 5E 42
Octal 130 207 372 101 56 0 2 337 136 102
Binary 1011000 10000111 11111010 1000001 101110 0 10 11011111 1011110 1000010

Color Harmonies of #5887FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5887FA

Black with #5887FA

Text Example


Text Example

White with #5887FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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