Html Css Color HEX #5681F5 Cornflower Blue

📋 copy color: '#5681F5'

red 86 ◦ green 129 ◦ blue 245

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

Shades of Cornflower Blue #5681F5

Tints of Cornflower Blue #5681F5

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.04%

 BLUE value IS 245 (96.09% from 255) = 53.26%

R = 18.7%
G = 28.04%
B = 53.26%

CMYK

 C value IS 0.65

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5681F5 (or 0x5681F5) is known color: Cornflower Blue. HEX triplet: 56, 81 and F5. RGB value is (86,129,245). Sum of RGB (Red+Green+Blue) = 86+129+245=460 (60% of max value = 765). Red value is 86 (33.98% from 255 or 18.70% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 245 (96.09% from 255 or 53.26% from 460); Max value from RGB is 245 - color contains mainly: blue. Hex color #5681F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5681F5 is #A97E0A. Grayscale: #808080. Windows color (decimal): -11107851 or 16089430. OLE color: 16089430.

HSL color Cylindrical-coordinate representation of color #5681F5: hue angle of 223.77º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5681F5 is Cyan = 0.65, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 86 129 245 -
CMYK 0.65 0.47 0 0.04
HSL 223.77º 0.89% 0.65% -
HSV(B) 223.77º 0.65% 0.96% -
XYZ 28.17 24.27 89.59 -
YUV 129.37 193.25 97.07 -
System Red Green Blue C M Y K H S L
Decimal 86 129 245 0.65 0.47 0 0.04 223.77 0.89 0.65
Hex 56 81 F5 41 2F 0 4 E0 59 41
Octal 126 201 365 101 57 0 4 340 131 101
Binary 1010110 10000001 11110101 1000001 101111 0 100 11100000 1011001 1000001

Color Harmonies of #5681F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5681F5

Black with #5681F5

Text Example


Text Example

White with #5681F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5681F5; }

 p { color: rgb(86,129,245); }

 H1.HeaderClassName
 {
   color: #5681F5;
 }
 .AnyTagClassName
 {
   color: #5681F5;
 }
</style>

background-color css

<style>
 a { background-color: #5681F5; }

 a { background-color: rgb(86,129,245); }

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

border-color css

<style>
 span { border-color: #5681F5; }

 span { border-color: rgb(86,129,245); }

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