Html Css Color HEX #5681FA Cornflower Blue

📋 copy color: '#5681FA'

red 86 ◦ green 129 ◦ blue 250

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

Shades of Cornflower Blue #5681FA

Tints of Cornflower Blue #5681FA

RGB

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

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

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

R = 18.49%
G = 27.74%
B = 53.76%

CMYK

 C value IS 0.66

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5681FA (or 0x5681FA) is known color: Cornflower Blue. HEX triplet: 56, 81 and FA. RGB value is (86,129,250). Sum of RGB (Red+Green+Blue) = 86+129+250=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #5681FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5681FA is #A97E05. Grayscale: #818181. Windows color (decimal): -11107846 or 16417110. OLE color: 16417110.

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

Color convert

RGB 86 129 250 -
CMYK 0.66 0.48 0 0.02
HSL 224.27º 0.94% 0.66% -
HSV(B) 224.27º 0.66% 0.98% -
XYZ 28.94 24.58 93.66 -
YUV 129.94 195.75 96.66 -
System Red Green Blue C M Y K H S L
Decimal 86 129 250 0.66 0.48 0 0.02 224.27 0.94 0.66
Hex 56 81 FA 42 30 0 2 E0 5E 42
Octal 126 201 372 102 60 0 2 340 136 102
Binary 1010110 10000001 11111010 1000010 110000 0 10 11100000 1011110 1000010

Color Harmonies of #5681FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5681FA

Black with #5681FA

Text Example


Text Example

White with #5681FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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