Html Css Color HEX #5697EF Cornflower Blue

📋 copy color: '#5697EF'

red 86 ◦ green 151 ◦ blue 239

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

Shades of Cornflower Blue #5697EF

Tints of Cornflower Blue #5697EF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.72%

 BLUE value IS 239 (93.75% from 255) = 50.21%

R = 18.07%
G = 31.72%
B = 50.21%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5697EF (or 0x5697EF) is known color: Cornflower Blue. HEX triplet: 56, 97 and EF. RGB value is (86,151,239). Sum of RGB (Red+Green+Blue) = 86+151+239=476 (63% of max value = 765). Red value is 86 (33.98% from 255 or 18.07% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 239 (93.75% from 255 or 50.21% from 476); Max value from RGB is 239 - color contains mainly: blue. Hex color #5697EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5697EF is #A96810. Grayscale: #8D8D8D. Windows color (decimal): -11102225 or 15701846. OLE color: 15701846.

HSL color Cylindrical-coordinate representation of color #5697EF: hue angle of 214.51º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5697EF is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 86 151 239 -
CMYK 0.64 0.37 0 0.06
HSL 214.51º 0.83% 0.64% -
HSV(B) 214.51º 0.64% 0.94% -
XYZ 30.48 30.34 85.91 -
YUV 141.6 182.97 88.34 -
System Red Green Blue C M Y K H S L
Decimal 86 151 239 0.64 0.37 0 0.06 214.51 0.83 0.64
Hex 56 97 EF 40 25 0 6 D7 53 40
Octal 126 227 357 100 45 0 6 327 123 100
Binary 1010110 10010111 11101111 1000000 100101 0 110 11010111 1010011 1000000

Color Harmonies of #5697EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5697EF

Black with #5697EF

Text Example


Text Example

White with #5697EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5697EF; }

 p { color: rgb(86,151,239); }

 H1.HeaderClassName
 {
   color: #5697EF;
 }
 .AnyTagClassName
 {
   color: #5697EF;
 }
</style>

background-color css

<style>
 a { background-color: #5697EF; }

 a { background-color: rgb(86,151,239); }

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

border-color css

<style>
 span { border-color: #5697EF; }

 span { border-color: rgb(86,151,239); }

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