Html Css Color HEX #5690DC Cornflower Blue

📋 copy color: '#5690DC'

red 86 ◦ green 144 ◦ blue 220

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

Shades of Cornflower Blue #5690DC

Tints of Cornflower Blue #5690DC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32%

 BLUE value IS 220 (86.33% from 255) = 48.89%

R = 19.11%
G = 32%
B = 48.89%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5690DC (or 0x5690DC) is known color: Cornflower Blue. HEX triplet: 56, 90 and DC. RGB value is (86,144,220). Sum of RGB (Red+Green+Blue) = 86+144+220=450 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.11% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #5690DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5690DC is #A96F23. Grayscale: #868686. Windows color (decimal): -11104036 or 14454870. OLE color: 14454870.

HSL color Cylindrical-coordinate representation of color #5690DC: hue angle of 214.03º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5690DC is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 144 220 -
CMYK 0.61 0.35 0 0.14
HSL 214.03º 0.66% 0.6% -
HSV(B) 214.03º 0.61% 0.86% -
XYZ 26.73 27.09 71.53 -
YUV 135.32 175.78 92.82 -
System Red Green Blue C M Y K H S L
Decimal 86 144 220 0.61 0.35 0 0.14 214.03 0.66 0.6
Hex 56 90 DC 3D 23 0 E D6 42 3C
Octal 126 220 334 75 43 0 16 326 102 74
Binary 1010110 10010000 11011100 111101 100011 0 1110 11010110 1000010 111100

Color Harmonies of #5690DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5690DC

Black with #5690DC

Text Example


Text Example

White with #5690DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5690DC; }

 p { color: rgb(86,144,220); }

 H1.HeaderClassName
 {
   color: #5690DC;
 }
 .AnyTagClassName
 {
   color: #5690DC;
 }
</style>

background-color css

<style>
 a { background-color: #5690DC; }

 a { background-color: rgb(86,144,220); }

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

border-color css

<style>
 span { border-color: #5690DC; }

 span { border-color: rgb(86,144,220); }

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