Html Css Color HEX #5681DE Cornflower Blue

📋 copy color: '#5681DE'

red 86 ◦ green 129 ◦ blue 222

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

Shades of Cornflower Blue #5681DE

Tints of Cornflower Blue #5681DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.8%

R = 19.68%
G = 29.52%
B = 50.8%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5681DE (or 0x5681DE) is known color: Cornflower Blue. HEX triplet: 56, 81 and DE. RGB value is (86,129,222). Sum of RGB (Red+Green+Blue) = 86+129+222=437 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.68% from 437); Green value is 129 (50.78% from 255 or 29.52% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #5681DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5681DE is #A97E21. Grayscale: #7E7E7E. Windows color (decimal): -11107874 or 14582102. OLE color: 14582102.

HSL color Cylindrical-coordinate representation of color #5681DE: hue angle of 221.03º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5681DE is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 129 222 -
CMYK 0.61 0.42 0 0.13
HSL 221.03º 0.67% 0.6% -
HSV(B) 221.03º 0.61% 0.87% -
XYZ 24.87 22.95 72.23 -
YUV 126.75 181.75 98.94 -
System Red Green Blue C M Y K H S L
Decimal 86 129 222 0.61 0.42 0 0.13 221.03 0.67 0.6
Hex 56 81 DE 3D 2A 0 D DD 43 3C
Octal 126 201 336 75 52 0 15 335 103 74
Binary 1010110 10000001 11011110 111101 101010 0 1101 11011101 1000011 111100

Color Harmonies of #5681DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5681DE

Black with #5681DE

Text Example


Text Example

White with #5681DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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