Html Css Color HEX #5690DE Cornflower Blue

📋 copy color: '#5690DE'

red 86 ◦ green 144 ◦ blue 222

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

Shades of Cornflower Blue #5690DE

Tints of Cornflower Blue #5690DE

RGB

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

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

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

R = 19.03%
G = 31.86%
B = 49.12%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5690DE (or 0x5690DE) is known color: Cornflower Blue. HEX triplet: 56, 90 and DE. RGB value is (86,144,222). Sum of RGB (Red+Green+Blue) = 86+144+222=452 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.03% from 452); Green value is 144 (56.64% from 255 or 31.86% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #5690DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5690DE is #A96F21. Grayscale: #878787. Windows color (decimal): -11104034 or 14585942. OLE color: 14585942.

HSL color Cylindrical-coordinate representation of color #5690DE: hue angle of 214.41º 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 #5690DE is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 86 144 222 -
CMYK 0.61 0.35 0 0.13
HSL 214.41º 0.67% 0.6% -
HSV(B) 214.41º 0.61% 0.87% -
XYZ 27 27.2 72.93 -
YUV 135.55 176.78 92.66 -
System Red Green Blue C M Y K H S L
Decimal 86 144 222 0.61 0.35 0 0.13 214.41 0.67 0.6
Hex 56 90 DE 3D 23 0 D D6 43 3C
Octal 126 220 336 75 43 0 15 326 103 74
Binary 1010110 10010000 11011110 111101 100011 0 1101 11010110 1000011 111100

Color Harmonies of #5690DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5690DE

Black with #5690DE

Text Example


Text Example

White with #5690DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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