Html Css Color HEX #5687FA Cornflower Blue

📋 copy color: '#5687FA'

red 86 ◦ green 135 ◦ blue 250

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

Shades of Cornflower Blue #5687FA

Tints of Cornflower Blue #5687FA

RGB

 RED value IS 86 (33.98% from 255) = 18.26%

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

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

R = 18.26%
G = 28.66%
B = 53.08%

CMYK

 C value IS 0.66

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5687FA (or 0x5687FA) is known color: Cornflower Blue. HEX triplet: 56, 87 and FA. RGB value is (86,135,250). Sum of RGB (Red+Green+Blue) = 86+135+250=471 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.26% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #5687FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5687FA is #A97805. Grayscale: #848484. Windows color (decimal): -11106310 or 16418646. OLE color: 16418646.

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

Color convert

RGB 86 135 250 -
CMYK 0.66 0.46 0 0.02
HSL 222.07º 0.94% 0.66% -
HSV(B) 222.07º 0.66% 0.98% -
XYZ 29.76 26.21 93.93 -
YUV 133.46 193.77 94.15 -
System Red Green Blue C M Y K H S L
Decimal 86 135 250 0.66 0.46 0 0.02 222.07 0.94 0.66
Hex 56 87 FA 42 2E 0 2 DE 5E 42
Octal 126 207 372 102 56 0 2 336 136 102
Binary 1010110 10000111 11111010 1000010 101110 0 10 11011110 1011110 1000010

Color Harmonies of #5687FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5687FA

Black with #5687FA

Text Example


Text Example

White with #5687FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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